Preferences/ConfigurationPages/TemplatesPage.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2964
84b65fb9e780
child 3058
0a02c433f52d
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
57 def create(dlg): 57 def create(dlg):
58 """ 58 """
59 Module function to create the configuration page. 59 Module function to create the configuration page.
60 60
61 @param dlg reference to the configuration dialog 61 @param dlg reference to the configuration dialog
62 @return reference to the instantiated page (ConfigurationPageBase)
62 """ 63 """
63 page = TemplatesPage() 64 page = TemplatesPage()
64 return page 65 return page

eric ide

mercurial