2963:745d38097b7f | 2964:84b65fb9e780 |
---|---|
108 def create(dlg): | 108 def create(dlg): |
109 """ | 109 """ |
110 Module function to create the configuration page. | 110 Module function to create the configuration page. |
111 | 111 |
112 @param dlg reference to the configuration dialog | 112 @param dlg reference to the configuration dialog |
113 @return reference to the instantiated page (ConfigurationPageBase) | |
113 """ | 114 """ |
114 page = SecurityPage(dlg) | 115 page = SecurityPage(dlg) |
115 return page | 116 return page |