Preferences/ConfigurationPages/HelpDocumentationPage.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2791
a9577f248f04
parent 2964
84b65fb9e780
child 3058
0a02c433f52d
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
192 def create(dlg): 192 def create(dlg):
193 """ 193 """
194 Module function to create the configuration page. 194 Module function to create the configuration page.
195 195
196 @param dlg reference to the configuration dialog 196 @param dlg reference to the configuration dialog
197 @return reference to the instantiated page (ConfigurationPageBase)
197 """ 198 """
198 page = HelpDocumentationPage() 199 page = HelpDocumentationPage()
199 return page 200 return page

eric ide

mercurial