3056:9986ec0e559a | 3057:10516539f238 |
---|---|
106 def create(dlg): | 106 def create(dlg): |
107 """ | 107 """ |
108 Module function to create the configuration page. | 108 Module function to create the configuration page. |
109 | 109 |
110 @param dlg reference to the configuration dialog | 110 @param dlg reference to the configuration dialog |
111 @return reference to the instantiated page (ConfigurationPageBase) | |
111 """ | 112 """ |
112 page = ApplicationPage() | 113 page = ApplicationPage() |
113 return page | 114 return page |