3056:9986ec0e559a | 3057:10516539f238 |
---|---|
153 def create(dlg): | 153 def create(dlg): |
154 """ | 154 """ |
155 Module function to create the configuration page. | 155 Module function to create the configuration page. |
156 | 156 |
157 @param dlg reference to the configuration dialog | 157 @param dlg reference to the configuration dialog |
158 @return reference to the instantiated page (ConfigurationPageBase) | |
158 """ | 159 """ |
159 page = EditorTypingPage() | 160 page = EditorTypingPage() |
160 return page | 161 return page |