Preferences/ConfigurationPages/EditorSyntaxPage.py

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

eric ide

mercurial