2963:745d38097b7f | 2964:84b65fb9e780 |
---|---|
104 def create(dlg): | 104 def create(dlg): |
105 """ | 105 """ |
106 Module function to create the configuration page. | 106 Module function to create the configuration page. |
107 | 107 |
108 @param dlg reference to the configuration dialog | 108 @param dlg reference to the configuration dialog |
109 @return reference to the instantiated page (ConfigurationPageBase) | |
109 """ | 110 """ |
110 page = ApplicationPage() | 111 page = ApplicationPage() |
111 return page | 112 return page |