107 |
107 |
108 |
108 |
109 subversionCfgPluginObject = None |
109 subversionCfgPluginObject = None |
110 |
110 |
111 |
111 |
112 def createConfigurationPage(configDlg): # noqa: U100 |
112 def createConfigurationPage(_configDlg): |
113 """ |
113 """ |
114 Module function to create the configuration page. |
114 Module function to create the configuration page. |
115 |
115 |
116 @param configDlg reference to the configuration dialog |
116 @param _configDlg reference to the configuration dialog (unused) |
117 @type QDialog |
117 @type QDialog |
118 @return reference to the configuration page |
118 @return reference to the configuration page |
119 @rtype SubversionPage |
119 @rtype SubversionPage |
120 """ |
120 """ |
121 from eric7.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage import SubversionPage |
121 from eric7.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage import SubversionPage |