PluginApis.py

changeset 9
f15912daba7e
parent 8
450c1914893d
child 12
c37c72600e60
child 14
e340c9f65133
--- a/PluginApis.py	Wed Jan 01 14:47:51 2014 +0100
+++ b/PluginApis.py	Wed Apr 23 23:23:56 2014 +0200
@@ -7,7 +7,7 @@
 Module implementing the APIs plugin.
 """
 
-from __future__ import unicode_literals    # __IGNORE_WARNING__
+from __future__ import unicode_literals
 
 import os
 import glob
@@ -19,7 +19,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "1.1.1"
+version = "1.2.0"
 className = "PluginApis"
 packageName = "APIs"
 shortDescription = "API files for auto-completion and call tips."
@@ -28,6 +28,7 @@
     """ and call tips that are often missing from distribution packages."""
 needsRestart = False
 pyqtApi = 2
+python2Compatible = True
 # End-of-Header
 
 error = ""

eric ide

mercurial