PluginProjectDjangoTagsMenu.py

changeset 23
070a6c65c8a9
parent 21
2f95d929282e
child 26
b21b4fc418bc
--- a/PluginProjectDjangoTagsMenu.py	Sat Apr 12 19:36:59 2014 +0200
+++ b/PluginProjectDjangoTagsMenu.py	Sat Apr 26 16:15:45 2014 +0200
@@ -7,7 +7,7 @@
 Module implementing the Django tags menu plugin.
 """
 
-from __future__ import unicode_literals    # __IGNORE_WARNING__
+from __future__ import unicode_literals
 
 import os
 
@@ -23,7 +23,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "0.4.0"
+version = "1.0.0"
 className = "ProjectDjangoTagsMenuPlugin"
 packageName = "ProjectDjangoTagsMenu"
 shortDescription = "Tags menu for Django projects."
@@ -32,6 +32,7 @@
     """ Django menu."""
 needsRestart = False
 pyqtApi = 2
+python2Compatible = True
 # End-of-Header
 
 error = ""

eric ide

mercurial