Preferences/ConfigurationPages/NetworkPage.py

changeset 2964
84b65fb9e780
parent 2408
dc3a7c9d8f6e
child 3010
befeff46ec0f
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
201 def create(dlg): 201 def create(dlg):
202 """ 202 """
203 Module function to create the configuration page. 203 Module function to create the configuration page.
204 204
205 @param dlg reference to the configuration dialog 205 @param dlg reference to the configuration dialog
206 @return reference to the instantiated page (ConfigurationPageBase)
206 """ 207 """
207 page = NetworkPage() 208 page = NetworkPage()
208 return page 209 return page

eric ide

mercurial