Preferences/ConfigurationPages/ApplicationPage.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2964
84b65fb9e780
child 3058
0a02c433f52d
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
106 def create(dlg): 106 def create(dlg):
107 """ 107 """
108 Module function to create the configuration page. 108 Module function to create the configuration page.
109 109
110 @param dlg reference to the configuration dialog 110 @param dlg reference to the configuration dialog
111 @return reference to the instantiated page (ConfigurationPageBase)
111 """ 112 """
112 page = ApplicationPage() 113 page = ApplicationPage()
113 return page 114 return page

eric ide

mercurial