CxFreeze/CxfreezeExecDialog.py

changeset 69
edd974cbe7b6
parent 66
8b8127353236
child 80
a349a1b6cb83
--- a/CxFreeze/CxfreezeExecDialog.py	Fri Jan 03 19:03:35 2014 +0100
+++ b/CxFreeze/CxfreezeExecDialog.py	Wed Apr 23 23:25:05 2014 +0200
@@ -7,10 +7,10 @@
 Module implementing a dialog to show the output of the packager process.
 """
 
-from __future__ import unicode_literals    # __IGNORE_WARNING__
+from __future__ import unicode_literals
 try:
-    str = unicode   # __IGNORE_WARNING__
-except (NameError):
+    str = unicode
+except NameError:
     pass
 
 import shutil

eric ide

mercurial