PluginProjectKivy.py

changeset 22
0de62c0edd89
parent 20
a8eeec592ae0
child 25
254bfe16b90d
diff -r ff380dc32589 -r 0de62c0edd89 PluginProjectKivy.py
--- a/PluginProjectKivy.py	Sun Mar 09 18:02:57 2014 +0100
+++ b/PluginProjectKivy.py	Sat Apr 26 16:48:49 2014 +0200
@@ -7,7 +7,7 @@
 Module implementing the Kivy project plug-in.
 """
 
-from __future__ import unicode_literals    # __IGNORE_WARNING__
+from __future__ import unicode_literals
 
 import os
 import glob
@@ -26,7 +26,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "1.1.2"
+version = "1.2.0"
 className = "ProjectKivyPlugin"
 packageName = "ProjectKivy"
 shortDescription = "Project support for Kivy projects."
@@ -34,6 +34,7 @@
     """This plugin implements project support for Kivy projects."""
 needsRestart = False
 pyqtApi = 2
+python2Compatible = True
 # End-of-Header
 
 error = ""

eric ide

mercurial