Preferences/ConfigurationPages/ProjectPage.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2964
84b65fb9e780
child 3058
0a02c433f52d
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
96 def create(dlg): 96 def create(dlg):
97 """ 97 """
98 Module function to create the configuration page. 98 Module function to create the configuration page.
99 99
100 @param dlg reference to the configuration dialog 100 @param dlg reference to the configuration dialog
101 @return reference to the instantiated page (ConfigurationPageBase)
101 """ 102 """
102 page = ProjectPage() 103 page = ProjectPage()
103 return page 104 return page

eric ide

mercurial