--- a/PyLint/PyLintExecDialog.py Sun Mar 30 16:07:16 2014 +0200 +++ b/PyLint/PyLintExecDialog.py Wed Apr 23 23:24:48 2014 +0200 @@ -7,10 +7,10 @@ Module implementing a dialog to show the results of the PyLint run. """ -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 os