2963:745d38097b7f | 2964:84b65fb9e780 |
---|---|
181 def create(dlg): | 181 def create(dlg): |
182 """ | 182 """ |
183 Module function to create the configuration page. | 183 Module function to create the configuration page. |
184 | 184 |
185 @param dlg reference to the configuration dialog | 185 @param dlg reference to the configuration dialog |
186 @return reference to the instantiated page (ConfigurationPageBase) | |
186 """ | 187 """ |
187 page = EditorExportersPage() | 188 page = EditorExportersPage() |
188 return page | 189 return page |