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