3056:9986ec0e559a | 3057:10516539f238 |
---|---|
95 def create(dlg): | 95 def create(dlg): |
96 """ | 96 """ |
97 Module function to create the configuration page. | 97 Module function to create the configuration page. |
98 | 98 |
99 @param dlg reference to the configuration dialog | 99 @param dlg reference to the configuration dialog |
100 @return reference to the instantiated page (ConfigurationPageBase) | |
100 """ | 101 """ |
101 page = EditorGeneralPage() | 102 page = EditorGeneralPage() |
102 return page | 103 return page |