comparison: Preferences/ConfigurationPages/VcsPage.py
Preferences/ConfigurationPages/VcsPage.py
- changeset 2964
- 84b65fb9e780
- parent 2302
- f29e9405c851
- child 3010
- befeff46ec0f
equal
deleted
inserted
replaced
73 def create(dlg): |
73 def create(dlg): |
74 """ |
74 """ |
75 Module function to create the configuration page. |
75 Module function to create the configuration page. |
76 |
76 |
77 @param dlg reference to the configuration dialog |
77 @param dlg reference to the configuration dialog |
|
78 @return reference to the instantiated page (ConfigurationPageBase) |
78 """ |
79 """ |
79 page = VcsPage() |
80 page = VcsPage() |
80 return page |
81 return page |