comparison: Preferences/ConfigurationPages/PythonPage.py
Preferences/ConfigurationPages/PythonPage.py
- branch
- Py2 comp.
- changeset 3057
- 10516539f238
- parent 2525
- 8b507a9a2d40
- parent 2964
- 84b65fb9e780
- child 3058
- 0a02c433f52d
equal
deleted
inserted
replaced
68 def create(dlg): |
68 def create(dlg): |
69 """ |
69 """ |
70 Module function to create the configuration page. |
70 Module function to create the configuration page. |
71 |
71 |
72 @param dlg reference to the configuration dialog |
72 @param dlg reference to the configuration dialog |
|
73 @return reference to the instantiated page (ConfigurationPageBase) |
73 """ |
74 """ |
74 page = PythonPage() |
75 page = PythonPage() |
75 return page |
76 return page |