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