Fixed a serious bug.

Sun, 24 Feb 2013 15:03:27 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 24 Feb 2013 15:03:27 +0100
changeset 68
44e1af4dc5ad
parent 67
90ff2781208f
child 69
9082f14126d9

Fixed a serious bug.

AssistantEric/APIsManager.py file | annotate | diff | comparison | revisions
ChangeLog file | annotate | diff | comparison | revisions
PluginAssistantEric.py file | annotate | diff | comparison | revisions
PluginAssistantEric.zip file | annotate | diff | comparison | revisions
--- 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."
Binary file PluginAssistantEric.zip has changed

eric ide

mercurial