Preferences/ConfigurationPages/ShellPage.py

changeset 2964
84b65fb9e780
parent 2640
dedcd4f987e0
child 3010
befeff46ec0f
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
100 def create(dlg): 100 def create(dlg):
101 """ 101 """
102 Module function to create the configuration page. 102 Module function to create the configuration page.
103 103
104 @param dlg reference to the configuration dialog 104 @param dlg reference to the configuration dialog
105 @return reference to the instantiated page (ConfigurationPageBase)
105 """ 106 """
106 page = ShellPage() 107 page = ShellPage()
107 return page 108 return page

eric ide

mercurial