Preferences/ConfigurationPages/EditorAutocompletionPage.py

changeset 2964
84b65fb9e780
parent 2302
f29e9405c851
child 3010
befeff46ec0f
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
52 def create(dlg): 52 def create(dlg):
53 """ 53 """
54 Module function to create the configuration page. 54 Module function to create the configuration page.
55 55
56 @param dlg reference to the configuration dialog 56 @param dlg reference to the configuration dialog
57 @return reference to the instantiated page (ConfigurationPageBase)
57 """ 58 """
58 page = EditorAutocompletionPage() 59 page = EditorAutocompletionPage()
59 return page 60 return page

eric ide

mercurial