Preferences/ConfigurationPages/CooperationPage.py

changeset 2964
84b65fb9e780
parent 2302
f29e9405c851
child 3025
67064c71df21
child 3057
10516539f238
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
112 def create(dlg): 112 def create(dlg):
113 """ 113 """
114 Module function to create the configuration page. 114 Module function to create the configuration page.
115 115
116 @param dlg reference to the configuration dialog 116 @param dlg reference to the configuration dialog
117 @return reference to the instantiated page (ConfigurationPageBase)
117 """ 118 """
118 page = CooperationPage() 119 page = CooperationPage()
119 return page 120 return page

eric ide

mercurial