2963:745d38097b7f | 2964:84b65fb9e780 |
---|---|
136 def create(dlg): | 136 def create(dlg): |
137 """ | 137 """ |
138 Module function to create the configuration page. | 138 Module function to create the configuration page. |
139 | 139 |
140 @param dlg reference to the configuration dialog | 140 @param dlg reference to the configuration dialog |
141 @return reference to the instantiated page (ConfigurationPageBase) | |
141 """ | 142 """ |
142 page = HelpAppearancePage() | 143 page = HelpAppearancePage() |
143 return page | 144 return page |