Preferences/ConfigurationPages/IrcPage.py

changeset 2964
84b65fb9e780
parent 2302
f29e9405c851
child 3010
befeff46ec0f
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
157 def create(dlg): 157 def create(dlg):
158 """ 158 """
159 Module function to create the configuration page. 159 Module function to create the configuration page.
160 160
161 @param dlg reference to the configuration dialog 161 @param dlg reference to the configuration dialog
162 @return reference to the instantiated page (ConfigurationPageBase)
162 """ 163 """
163 page = IrcPage() 164 page = IrcPage()
164 return page 165 return page

eric ide

mercurial