--- a/src/eric7/Plugins/PluginVcsGit.py Sun Nov 06 11:22:39 2022 +0100 +++ b/src/eric7/Plugins/PluginVcsGit.py Mon Nov 07 17:19:58 2022 +0100 @@ -104,8 +104,9 @@ @param configDlg reference to the configuration dialog (QDialog) @return reference to the configuration page """ + from eric7.Plugins.VcsPlugins.vcsGit.ConfigurationPage.GitPage import GitPage + global gitCfgPluginObject - from eric7.Plugins.VcsPlugins.vcsGit.ConfigurationPage.GitPage import GitPage if gitCfgPluginObject is None: gitCfgPluginObject = VcsGitPlugin(None) @@ -181,11 +182,11 @@ @param ui reference to the user interface object (UI.UserInterface) """ + from eric7.Plugins.VcsPlugins.vcsGit.ProjectHelper import GitProjectHelper + super().__init__(ui) self.__ui = ui - from eric7.Plugins.VcsPlugins.vcsGit.ProjectHelper import GitProjectHelper - self.__projectHelperObject = GitProjectHelper(None, None) with contextlib.suppress(KeyError): ericApp().registerPluginObject(