Utilities/__init__.py

changeset 6292
e08a94e1ecdd
parent 6291
94e0e688dcad
child 6303
ec9ebaf206fb
--- a/Utilities/__init__.py	Tue May 15 19:39:46 2018 +0200
+++ b/Utilities/__init__.py	Wed May 16 19:35:41 2018 +0200
@@ -1778,7 +1778,6 @@
         else:
             prefix = os.path.dirname(
                 Preferences.getDebugger("PythonInterpreter"))
-        # TODO: check this on Windows
         if toolname in ["pyside-uic", "pyside2-uic"]:
             return os.path.join(prefix, "Scripts", toolname + '.exe')
         else:

eric ide

mercurial