3056:9986ec0e559a | 3057:10516539f238 |
---|---|
111 def create(dlg): | 111 def create(dlg): |
112 """ | 112 """ |
113 Module function to create the configuration page. | 113 Module function to create the configuration page. |
114 | 114 |
115 @param dlg reference to the configuration dialog | 115 @param dlg reference to the configuration dialog |
116 @return reference to the instantiated page (ConfigurationPageBase) | |
116 """ | 117 """ |
117 page = DebuggerPython3Page() | 118 page = DebuggerPython3Page() |
118 return page | 119 return page |