Preferences/ConfigurationPages/HelpViewersPage.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2964
84b65fb9e780
child 3058
0a02c433f52d
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
131 def create(dlg): 131 def create(dlg):
132 """ 132 """
133 Module function to create the configuration page. 133 Module function to create the configuration page.
134 134
135 @param dlg reference to the configuration dialog 135 @param dlg reference to the configuration dialog
136 @return reference to the instantiated page (ConfigurationPageBase)
136 """ 137 """
137 page = HelpViewersPage() 138 page = HelpViewersPage()
138 return page 139 return page

eric ide

mercurial