PluginProjectPyramid.py

changeset 71
8a78fab32c18
parent 69
ebe7c2ad328e
child 74
11587ae1122f
diff -r 8a89f6a21075 -r 8a78fab32c18 PluginProjectPyramid.py
--- a/PluginProjectPyramid.py	Sat Apr 12 19:46:03 2014 +0200
+++ b/PluginProjectPyramid.py	Sat Apr 26 17:11:59 2014 +0200
@@ -7,7 +7,7 @@
 Module implementing the Pyramid project plugin.
 """
 
-from __future__ import unicode_literals    # __IGNORE_WARNING__
+from __future__ import unicode_literals
 
 import os
 import glob
@@ -28,7 +28,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "1.5.2"
+version = "1.6.0"
 className = "ProjectPyramidPlugin"
 packageName = "ProjectPyramid"
 shortDescription = "Project support for Pyramid projects."
@@ -36,6 +36,7 @@
     """This plugin implements project support for Pyramid projects."""
 needsRestart = False
 pyqtApi = 2
+python2Compatible = True
 # End-of-Header
 
 error = ""

eric ide

mercurial