Prepared new plug-in release. release-5.3.0

Sat, 28 Sep 2013 13:16:58 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 28 Sep 2013 13:16:58 +0200
changeset 24
b01348dd84d5
parent 23
3c45744e2e3a
child 25
49ff7afb47c0

Prepared new plug-in release.

PluginPyLint.py file | annotate | diff | comparison | revisions
PluginPyLint.zip file | annotate | diff | comparison | revisions
PyLint/PyLintConfigDialog.py file | annotate | diff | comparison | revisions
PyLint/PyLintExecDialog.py file | annotate | diff | comparison | revisions
--- a/PluginPyLint.py	Fri Sep 27 19:33:52 2013 +0200
+++ b/PluginPyLint.py	Sat Sep 28 13:16:58 2013 +0200
@@ -7,9 +7,9 @@
 Module implementing the PyLint plug-in.
 """
 
-from __future__ import unicode_literals    # __IGNORE_WARNING__
+from __future__ import unicode_literals     # __IGNORE_WARNING__
 try:
-    str = unicode
+    str = unicode                           # __IGNORE_WARNING__
 except (NameError):
     pass
 
Binary file PluginPyLint.zip has changed
--- a/PyLint/PyLintConfigDialog.py	Fri Sep 27 19:33:52 2013 +0200
+++ b/PyLint/PyLintConfigDialog.py	Sat Sep 28 13:16:58 2013 +0200
@@ -7,9 +7,9 @@
 Module implementing a dialog to configure the PyLint process
 """
 
-from __future__ import unicode_literals    # __IGNORE_WARNING__
+from __future__ import unicode_literals     # __IGNORE_WARNING__
 try:
-    str = unicode
+    str = unicode                           # __IGNORE_WARNING__
 except (NameError):
     pass
 
--- 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