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