--- a/eric7/Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py Sat May 22 17:01:51 2021 +0200 +++ b/eric7/Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py Sat May 22 18:51:46 2021 +0200 @@ -10,7 +10,7 @@ import os from PyQt6.QtWidgets import QMenu -from E5Gui.E5Application import e5App +from E5Gui.EricApplication import ericApp from VCS.ProjectBrowserHelper import VcsProjectBrowserHelper @@ -928,7 +928,7 @@ """ Private method to open the configuration dialog. """ - e5App().getObject("UserInterface").showPreferences( + ericApp().getObject("UserInterface").showPreferences( "zzz_subversionPage") def __SVNAddToChangelist(self):