diff -r 3c45744e2e3a -r b01348dd84d5 PyLint/PyLintExecDialog.py --- 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