Sun, 24 Feb 2013 15:03:27 +0100
Fixed a serious bug.
--- a/AssistantEric/APIsManager.py Sat Feb 23 15:08:09 2013 +0100 +++ b/AssistantEric/APIsManager.py Sun Feb 24 15:03:27 2013 +0100 @@ -21,6 +21,7 @@ import QScintilla.Lexers +import Utilities.ModuleParser import Utilities import Preferences @@ -181,7 +182,6 @@ bases = [] if self.__language == ApisNameProject: - import Utilities.ModuleParser try: module = Utilities.ModuleParser.readModule( os.path.join(self.__projectPath, apiFile),
--- a/ChangeLog Sat Feb 23 15:08:09 2013 +0100 +++ b/ChangeLog Sun Feb 24 15:03:27 2013 +0100 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 2.4.1: +- bug fixes + Version 2.4.0: - bug fixes - modified code to do lazy import
--- a/PluginAssistantEric.py Sat Feb 23 15:08:09 2013 +0100 +++ b/PluginAssistantEric.py Sun Feb 24 15:03:27 2013 +0100 @@ -23,7 +23,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "2.4.0" +version = "2.4.1" className = "AssistantEricPlugin" packageName = "AssistantEric" shortDescription = "Alternative autocompletion and calltips provider."