AssistantEric/Assistant.py

changeset 69
9082f14126d9
parent 66
f57b151c9761
child 76
add31149e0b1
diff -r 44e1af4dc5ad -r 9082f14126d9 AssistantEric/Assistant.py
--- a/AssistantEric/Assistant.py	Sun Feb 24 15:03:27 2013 +0100
+++ b/AssistantEric/Assistant.py	Tue Apr 02 19:32:26 2013 +0200
@@ -44,7 +44,7 @@
         self.__viewmanager = e5App().getObject("ViewManager")
         self.__pluginManager = e5App().getObject("PluginManager")
         
-        self.__apisManager = APIsManager(self)
+        self.__apisManager = APIsManager(self.__ui, self)
         
         self.__editors = []
         self.__completingContext = False

eric ide

mercurial