Preferences/ConfigurationPages/SecurityPage.py

changeset 2964
84b65fb9e780
parent 2408
dc3a7c9d8f6e
child 3010
befeff46ec0f
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
108 def create(dlg): 108 def create(dlg):
109 """ 109 """
110 Module function to create the configuration page. 110 Module function to create the configuration page.
111 111
112 @param dlg reference to the configuration dialog 112 @param dlg reference to the configuration dialog
113 @return reference to the instantiated page (ConfigurationPageBase)
113 """ 114 """
114 page = SecurityPage(dlg) 115 page = SecurityPage(dlg)
115 return page 116 return page

eric ide

mercurial