Preferences/ConfigurationPages/HelpViewersPage.py

changeset 2964
84b65fb9e780
parent 2302
f29e9405c851
child 3025
67064c71df21
child 3057
10516539f238
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
129 def create(dlg): 129 def create(dlg):
130 """ 130 """
131 Module function to create the configuration page. 131 Module function to create the configuration page.
132 132
133 @param dlg reference to the configuration dialog 133 @param dlg reference to the configuration dialog
134 @return reference to the instantiated page (ConfigurationPageBase)
134 """ 135 """
135 page = HelpViewersPage() 136 page = HelpViewersPage()
136 return page 137 return page

eric ide

mercurial