mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-15 02:54:09 -04:00
2to3 on pysollib/macosx/*.py
This commit is contained in:
parent
27e0e911ce
commit
8dd5d78446
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ A number of function that enhance PySol on MacOSX when it used as a normal
|
||||||
GUI application (as opposed to an X11 application).
|
GUI application (as opposed to an X11 application).
|
||||||
"""
|
"""
|
||||||
import sys
|
import sys
|
||||||
from Tkinter import TclError
|
from six.moves.tkinter import TclError
|
||||||
|
|
||||||
|
|
||||||
def runningAsOSXApp():
|
def runningAsOSXApp():
|
||||||
|
|
Loading…
Add table
Reference in a new issue