PyLint/PyLintExecDialog.py

changeset 24
b01348dd84d5
parent 22
68beeb22dade
child 28
1dae294006e8
--- 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
 

eric ide

mercurial