comparison: Preferences/ConfigurationPages/TasksPage.py
Preferences/ConfigurationPages/TasksPage.py
- changeset 2964
- 84b65fb9e780
- parent 2302
- f29e9405c851
- child 3010
- befeff46ec0f
equal
deleted
inserted
replaced
66 def create(dlg): |
66 def create(dlg): |
67 """ |
67 """ |
68 Module function to create the configuration page. |
68 Module function to create the configuration page. |
69 |
69 |
70 @param dlg reference to the configuration dialog |
70 @param dlg reference to the configuration dialog |
|
71 @return reference to the instantiated page (ConfigurationPageBase) |
71 """ |
72 """ |
72 page = TasksPage() |
73 page = TasksPage() |
73 return page |
74 return page |