--- a/PyLint/PyLintExecDialog.py Fri Sep 27 19:33:52 2013 +0200 +++ b/PyLint/PyLintExecDialog.py Sat Sep 28 13:16:58 2013 +0200 @@ -7,9 +7,9 @@ Module implementing a dialog to show the results of the PyLint run. """ -from __future__ import unicode_literals # __IGNORE_WARNING__ +from __future__ import unicode_literals # __IGNORE_WARNING__ try: - str = unicode + str = unicode # __IGNORE_WARNING__ except (NameError): pass