2963:745d38097b7f | 2964:84b65fb9e780 |
---|---|
62 def create(dlg): | 62 def create(dlg): |
63 """ | 63 """ |
64 Module function to create the configuration page. | 64 Module function to create the configuration page. |
65 | 65 |
66 @param dlg reference to the configuration dialog | 66 @param dlg reference to the configuration dialog |
67 @return reference to the instantiated page (ConfigurationPageBase) | |
67 """ | 68 """ |
68 page = EditorSyntaxPage() | 69 page = EditorSyntaxPage() |
69 return page | 70 return page |