--- a/PluginProjectPyramid.py Sat Sep 28 13:34:57 2013 +0200 +++ b/PluginProjectPyramid.py Sun Oct 27 22:43:17 2013 +0100 @@ -7,6 +7,8 @@ Module implementing the Pyramid project plugin. """ +from __future__ import unicode_literals # __IGNORE_WARNING__ + import os import glob import fnmatch @@ -26,7 +28,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "1.3.0" +version = "1.4.0" className = "ProjectPyramidPlugin" packageName = "ProjectPyramid" shortDescription = "Project support for Pyramid projects."