PyLint/PyLintExecDialog.py

changeset 32
b0a6368042b9
parent 30
de4b620a6e88
child 33
b4cb9692bd3d
diff -r d8e6de5a0cb7 -r b0a6368042b9 PyLint/PyLintExecDialog.py
--- 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

eric ide

mercurial