--- 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