Preferences/ConfigurationPages/EditorGeneralPage.py

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

eric ide

mercurial