PluginProjectKivy.py

changeset 13
2edce8c1ad5b
parent 11
a3a738778142
child 16
5097de237f1a
--- a/PluginProjectKivy.py	Fri Oct 25 19:42:36 2013 +0200
+++ b/PluginProjectKivy.py	Sun Nov 17 22:09:59 2013 +0100
@@ -7,6 +7,8 @@
 Module implementing the Kivy project plug-in.
 """
 
+from __future__ import unicode_literals    # __IGNORE_WARNING__
+
 import os
 import glob
 import fnmatch
@@ -24,7 +26,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "1.0.1"
+version = "1.1.0"
 className = "ProjectKivyPlugin"
 packageName = "ProjectKivy"
 shortDescription = "Project support for Kivy projects."

eric ide

mercurial