92 def create(dlg): # noqa: U100 |
92 def create(dlg): # noqa: U100 |
93 """ |
93 """ |
94 Module function to create the configuration page. |
94 Module function to create the configuration page. |
95 |
95 |
96 @param dlg reference to the configuration dialog |
96 @param dlg reference to the configuration dialog |
97 @return reference to the instantiated page (ConfigurationPageBase) |
97 @type ConfigurationDialog |
|
98 @return reference to the instantiated page |
|
99 @rtype ConfigurationPageBase |
98 """ |
100 """ |
99 page = VcsPage() |
101 page = VcsPage() |
100 return page |
102 return page |