Preferences/ConfigurationPages/EmailPage.py

changeset 2964
84b65fb9e780
parent 2632
94121e2f55b9
child 3010
befeff46ec0f
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
166 def create(dlg): 166 def create(dlg):
167 """ 167 """
168 Module function to create the configuration page. 168 Module function to create the configuration page.
169 169
170 @param dlg reference to the configuration dialog 170 @param dlg reference to the configuration dialog
171 @return reference to the instantiated page (ConfigurationPageBase)
171 """ 172 """
172 page = EmailPage() 173 page = EmailPage()
173 return page 174 return page

eric ide

mercurial