2963:745d38097b7f | 2964:84b65fb9e780 |
---|---|
151 def create(dlg): | 151 def create(dlg): |
152 """ | 152 """ |
153 Module function to create the configuration page. | 153 Module function to create the configuration page. |
154 | 154 |
155 @param dlg reference to the configuration dialog | 155 @param dlg reference to the configuration dialog |
156 @return reference to the instantiated page (ConfigurationPageBase) | |
156 """ | 157 """ |
157 page = EditorTypingPage() | 158 page = EditorTypingPage() |
158 return page | 159 return page |