PluginPyLint.py

changeset 62
3d7ca91127c5
parent 60
971dd1b69f5b
child 64
7c2867ac2ee8
diff -r 01b72bc93eed -r 3d7ca91127c5 PluginPyLint.py
--- a/PluginPyLint.py	Mon Mar 27 19:46:31 2017 +0200
+++ b/PluginPyLint.py	Fri Mar 31 18:07:33 2017 +0200
@@ -35,7 +35,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "6.1.5"
+version = "6.1.6"
 className = "PyLintPlugin"
 packageName = "PyLint"
 shortDescription = "Show the PyLint dialogs."
@@ -212,7 +212,7 @@
         # step 2: determine the Python variant
         if Utilities.isMacPlatform():
             checkStrings = ["Python.framework/Versions/3".lower(),
-                            "python3"]
+                            "python3", "python"]
         else:
             checkStrings = ["python3"]
         

eric ide

mercurial