--- a/PluginAssistantEric.py Sat Mar 29 15:12:40 2014 +0100 +++ b/PluginAssistantEric.py Wed Apr 23 23:24:27 2014 +0200 @@ -7,7 +7,7 @@ Module implementing the Eric assistant plugin. """ -from __future__ import unicode_literals # __IGNORE_WARNING__ +from __future__ import unicode_literals import os @@ -25,7 +25,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "2.6.4" +version = "2.7.0" className = "AssistantEricPlugin" packageName = "AssistantEric" shortDescription = "Alternative autocompletion and calltips provider." @@ -34,6 +34,7 @@ """ calltips provider.""" needsRestart = True pyqtApi = 2 +python2Compatible = True # End-Of-Header error = ""