Preferences/ConfigurationPages/EditorSearchPage.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2964
84b65fb9e780
child 3058
0a02c433f52d
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
63 def create(dlg): 63 def create(dlg):
64 """ 64 """
65 Module function to create the configuration page. 65 Module function to create the configuration page.
66 66
67 @param dlg reference to the configuration dialog 67 @param dlg reference to the configuration dialog
68 @return reference to the instantiated page (ConfigurationPageBase)
68 """ 69 """
69 page = EditorSearchPage() 70 page = EditorSearchPage()
70 return page 71 return page

eric ide

mercurial