From 8dd5d78446366cca63c6aab4dd5bd3b7a19729bc Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sat, 13 May 2017 19:35:07 +0300 Subject: [PATCH] 2to3 on pysollib/macosx/*.py --- pysollib/macosx/appSupport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysollib/macosx/appSupport.py b/pysollib/macosx/appSupport.py index 4ae80bbd..2cfe794f 100644 --- a/pysollib/macosx/appSupport.py +++ b/pysollib/macosx/appSupport.py @@ -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():