PluginPyLint.py

changeset 10
398979610d9b
parent 8
b126b60ac32a
child 14
173696c1a25f
diff -r 7b4edecdaf31 -r 398979610d9b PluginPyLint.py
--- a/PluginPyLint.py	Fri May 18 16:08:10 2012 +0200
+++ b/PluginPyLint.py	Wed Nov 07 16:46:31 2012 +0100
@@ -28,7 +28,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.0.2"
+version = "5.1.0"
 className = "PyLintPlugin"
 packageName = "PyLint"
 shortDescription = "Show the PyLint dialogs."
@@ -81,7 +81,7 @@
         if Utilities.isinpath(exe):
             return exe
         try:
-            #only since python 3.2
+            # only since python 3.2
             import sysconfig
             scripts = sysconfig.get_path('scripts', 'nt')
             return os.path.join(scripts, exe)

eric ide

mercurial