--- a/eric7/VCS/__init__.py Sat May 22 17:01:51 2021 +0200 +++ b/eric7/VCS/__init__.py Sat May 22 18:51:46 2021 +0200 @@ -13,7 +13,7 @@ interfaces have to be subclasses of this base class. """ -from E5Gui.E5Application import e5App +from E5Gui.EricApplication import ericApp ###################################################################### ## Below is the factory function to instantiate the appropriate @@ -28,7 +28,7 @@ @param vcs name of the VCS system to be used (string) @return the instantiated VCS object """ - pluginManager = e5App().getObject("PluginManager") + pluginManager = ericApp().getObject("PluginManager") if pluginManager is None: # that should not happen vc = None