101 |
101 |
102 |
102 |
103 gitCfgPluginObject = None |
103 gitCfgPluginObject = None |
104 |
104 |
105 |
105 |
106 def createConfigurationPage(configDlg): # noqa: U100 |
106 def createConfigurationPage(_configDlg): |
107 """ |
107 """ |
108 Module function to create the configuration page. |
108 Module function to create the configuration page. |
109 |
109 |
110 @param configDlg reference to the configuration dialog |
110 @param _configDlg reference to the configuration dialog (unused) |
111 @type QDialog |
111 @type QDialog |
112 @return reference to the configuration page |
112 @return reference to the configuration page |
113 @rtype GitPage |
113 @rtype GitPage |
114 """ |
114 """ |
115 from eric7.Plugins.VcsPlugins.vcsGit.ConfigurationPage.GitPage import GitPage |
115 from eric7.Plugins.VcsPlugins.vcsGit.ConfigurationPage.GitPage import GitPage |