1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

2to3 on pysollib/macosx/*.py

This commit is contained in:
Shlomi Fish 2017-05-13 19:35:07 +03:00
parent 27e0e911ce
commit 8dd5d78446

View file

@ -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).
"""
import sys
from Tkinter import TclError
from six.moves.tkinter import TclError
def runningAsOSXApp():