python2Compatible flag added. release-0.5.0

Wed, 23 Apr 2014 23:25:25 +0200

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Wed, 23 Apr 2014 23:25:25 +0200
changeset 14
cc0bf6a5e6ff
parent 13
eb232408df59
child 15
783186b39f5a

python2Compatible flag added.

ChangeLog file | annotate | diff | comparison | revisions
PluginToolGenerateHash.py file | annotate | diff | comparison | revisions
PluginToolGenerateHash.zip file | annotate | diff | comparison | revisions
--- a/ChangeLog	Wed Jan 01 19:01:22 2014 +0100
+++ b/ChangeLog	Wed Apr 23 23:25:25 2014 +0200
@@ -1,5 +1,8 @@
 ChangeLog
 ---------
+Version 0.5.0:
+- Python 2 compatibility flag added
+
 Version 0.4.0:
 - changed code to generate string Python2 compatible if no
   "from __future__ import unicode_literals" exist
--- a/PluginToolGenerateHash.py	Wed Jan 01 19:01:22 2014 +0100
+++ b/PluginToolGenerateHash.py	Wed Apr 23 23:25:25 2014 +0200
@@ -23,7 +23,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "0.4.0"
+version = "0.5.0"
 className = "ToolGenerateHashPlugin"
 packageName = "ToolGenerateHash"
 shortDescription = "Generate a hash for a selectable file or directory"
@@ -33,6 +33,7 @@
     """ editor. The menu will be disabled, if no editor is open."""
 needsRestart = False
 pyqtApi = 2
+python2Compatible = True
 # End-Of-Header
 
 error = ""
Binary file PluginToolGenerateHash.zip has changed

eric ide

mercurial