102 |
102 |
103 def createConfigurationPage(configDlg): |
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 (QDialog) |
107 @return reference to the configuration page |
108 @return reference to the configuration page |
108 """ |
109 """ |
109 global subversionCfgPluginObject |
110 global subversionCfgPluginObject |
110 from VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage import SubversionPage |
111 from VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage import SubversionPage |
111 if subversionCfgPluginObject is None: |
112 if subversionCfgPluginObject is None: |