PyLint/PyLintConfigDialog.py

changeset 32
b0a6368042b9
parent 30
de4b620a6e88
child 38
bf234b8941d9
--- 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

eric ide

mercurial