97 |
97 |
98 |
98 |
99 subversionCfgPluginObject = None |
99 subversionCfgPluginObject = None |
100 |
100 |
101 |
101 |
102 def createConfigurationPage(configDlg): |
102 def createConfigurationPage(configDlg): # noqa: U100 |
103 """ |
103 """ |
104 Module function to create the configuration page. |
104 Module function to create the configuration page. |
105 |
105 |
106 @param configDlg reference to the configuration dialog (QDialog) |
106 @param configDlg reference to the configuration dialog (QDialog) |
107 @return reference to the configuration page |
107 @return reference to the configuration page |