--- 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 = ""