3056:9986ec0e559a | 3057:10516539f238 |
---|---|
63 def create(dlg): | 63 def create(dlg): |
64 """ | 64 """ |
65 Module function to create the configuration page. | 65 Module function to create the configuration page. |
66 | 66 |
67 @param dlg reference to the configuration dialog | 67 @param dlg reference to the configuration dialog |
68 @return reference to the instantiated page (ConfigurationPageBase) | |
68 """ | 69 """ |
69 page = EditorSearchPage() | 70 page = EditorSearchPage() |
70 return page | 71 return page |