PluginCxFreeze.py

changeset 22
b03d3d52f900
parent 21
de49f07bb6bf
child 24
4c8a4e5377c6
diff -r de49f07bb6bf -r b03d3d52f900 PluginCxFreeze.py
--- a/PluginCxFreeze.py	Wed Apr 27 18:37:18 2011 +0200
+++ b/PluginCxFreeze.py	Thu Apr 28 19:36:25 2011 +0200
@@ -74,11 +74,7 @@
     @return name of the executable (string)
     """
     # step 1: check for version 4.x
-##    exe = 'cxfreeze'
-    if sys.platform == "win32":
-##        exe += '.bat'
-##    if Utilities.isinpath(exe):
-##        return exe
+    if Utilities.isWindowsPlatform():
         #
         # Windows
         #

eric ide

mercurial