3056:9986ec0e559a | 3057:10516539f238 |
---|---|
192 def create(dlg): | 192 def create(dlg): |
193 """ | 193 """ |
194 Module function to create the configuration page. | 194 Module function to create the configuration page. |
195 | 195 |
196 @param dlg reference to the configuration dialog | 196 @param dlg reference to the configuration dialog |
197 @return reference to the instantiated page (ConfigurationPageBase) | |
197 """ | 198 """ |
198 page = HelpDocumentationPage() | 199 page = HelpDocumentationPage() |
199 return page | 200 return page |