--- a/eric7/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py Sat May 22 17:01:51 2021 +0200 +++ b/eric7/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py Sat May 22 18:51:46 2021 +0200 @@ -11,7 +11,7 @@ from PyQt6.QtWidgets import QMenu, QDialog -from E5Gui.E5Application import e5App +from E5Gui.EricApplication import ericApp from Project.ProjectBrowserModel import ProjectBrowserFileItem @@ -554,7 +554,7 @@ """ Private method to open the configuration dialog. """ - e5App().getObject("UserInterface").showPreferences("zzz_gitPage") + ericApp().getObject("UserInterface").showPreferences("zzz_gitPage") def __GitForget(self): """