comparison: Preferences/ConfigurationPages/CorbaPage.py
Preferences/ConfigurationPages/CorbaPage.py
- branch
- Py2 comp.
- changeset 3057
- 10516539f238
- parent 2525
- 8b507a9a2d40
- parent 2964
- 84b65fb9e780
- child 3145
- a9de05d4a22f
equal
deleted
inserted
replaced
62 def create(dlg): |
62 def create(dlg): |
63 """ |
63 """ |
64 Module function to create the configuration page. |
64 Module function to create the configuration page. |
65 |
65 |
66 @param dlg reference to the configuration dialog |
66 @param dlg reference to the configuration dialog |
|
67 @return reference to the instantiated page (ConfigurationPageBase) |
67 """ |
68 """ |
68 page = CorbaPage() |
69 page = CorbaPage() |
69 return page |
70 return page |