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