2963:745d38097b7f | 2964:84b65fb9e780 |
---|---|
113 def create(dlg): | 113 def create(dlg): |
114 """ | 114 """ |
115 Module function to create the configuration page. | 115 Module function to create the configuration page. |
116 | 116 |
117 @param dlg reference to the configuration dialog | 117 @param dlg reference to the configuration dialog |
118 @return reference to the instantiated page (ConfigurationPageBase) | |
118 """ | 119 """ |
119 page = DebuggerPython3Page() | 120 page = DebuggerPython3Page() |
120 return page | 121 return page |