3056:9986ec0e559a | 3057:10516539f238 |
---|---|
121 def create(dlg): | 121 def create(dlg): |
122 """ | 122 """ |
123 Module function to create the configuration page. | 123 Module function to create the configuration page. |
124 | 124 |
125 @param dlg reference to the configuration dialog | 125 @param dlg reference to the configuration dialog |
126 @return reference to the instantiated page (ConfigurationPageBase) | |
126 """ | 127 """ |
127 page = EditorKeywordsPage() | 128 page = EditorKeywordsPage() |
128 return page | 129 return page |