PluginProjectDjango.py

changeset 47
19da3417eb3d
parent 44
ae62ba409285
child 51
0b60dbff8e9a
diff -r e8909f38e9db -r 19da3417eb3d PluginProjectDjango.py
--- a/PluginProjectDjango.py	Sat Apr 12 19:35:40 2014 +0200
+++ b/PluginProjectDjango.py	Sat Apr 26 16:56:48 2014 +0200
@@ -7,7 +7,7 @@
 Module implementing the Django 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 = "3.3.6"
+version = "3.4.0"
 className = "ProjectDjangoPlugin"
 packageName = "ProjectDjango"
 shortDescription = "Project support for Django projects."
@@ -36,6 +36,7 @@
     """This plugin implements project support for Django projects."""
 needsRestart = False
 pyqtApi = 2
+python2Compatible = True
 # End-of-Header
 
 error = ""

eric ide

mercurial