PluginProjectPyramid.py

changeset 106
2086bda4a893
parent 104
3e34b23890af
child 108
0ba128760f1e
diff -r 2a2faf098101 -r 2086bda4a893 PluginProjectPyramid.py
--- a/PluginProjectPyramid.py	Fri Jan 20 19:06:31 2017 +0100
+++ b/PluginProjectPyramid.py	Tue Mar 28 19:30:36 2017 +0200
@@ -28,7 +28,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "2.3.2"
+version = "2.3.3"
 className = "ProjectPyramidPlugin"
 packageName = "ProjectPyramid"
 shortDescription = "Project support for Pyramid projects."
@@ -81,7 +81,7 @@
     @param language language to get APIs for (string)
     @return list of API filenames (list of string)
     """
-    if language in ["Python3",  "Python2"]:
+    if language in ["Python3", "Python2"]:
         apisDir = \
             os.path.join(os.path.dirname(__file__), "ProjectPyramid", "APIs")
         apis = glob.glob(os.path.join(apisDir, '*.api'))

eric ide

mercurial