VCS/__init__.py

changeset 53
c3eb7cc1ff8b
parent 13
1af94a91f439
child 55
b5c84934de9c
--- a/VCS/__init__.py	Tue Jan 12 18:33:34 2010 +0000
+++ b/VCS/__init__.py	Tue Jan 12 18:36:05 2010 +0000
@@ -12,7 +12,7 @@
 interfaces (i.e. CVS) have to be subclasses of this base class.
 """
 
-from E4Gui.E4Application import e4App
+from E4Gui.E4Application import e5App
 
 import Preferences
 
@@ -28,7 +28,7 @@
     @param vcs name of the VCS system to be used (string)
     @return the instantiated VCS object
     """
-    pluginManager = e4App().getObject("PluginManager")
+    pluginManager = e5App().getObject("PluginManager")
     if pluginManager is None:
         # that should not happen
         vc = None

eric ide

mercurial