Preferences/ConfigurationPages/EditorStylesPage.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 3056
9986ec0e559a
parent 2964
84b65fb9e780
child 3080
6c0a430b19df
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
433 def create(dlg): 433 def create(dlg):
434 """ 434 """
435 Module function to create the configuration page. 435 Module function to create the configuration page.
436 436
437 @param dlg reference to the configuration dialog 437 @param dlg reference to the configuration dialog
438 @return reference to the instantiated page (ConfigurationPageBase)
438 """ 439 """
439 page = EditorStylesPage() 440 page = EditorStylesPage()
440 return page 441 return page

eric ide

mercurial