Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py

changeset 6385
9407026610bb
parent 6380
4a932a7ab987
child 6645
ad476851d7e0
equal deleted inserted replaced
6384:edbd0a5ac53a 6385:9407026610bb
109 Module function to create the configuration page. 109 Module function to create the configuration page.
110 110
111 @param dlg reference to the configuration dialog 111 @param dlg reference to the configuration dialog
112 @return reference to the instantiated page (ConfigurationPageBase) 112 @return reference to the instantiated page (ConfigurationPageBase)
113 """ 113 """
114 page = WebBrowserVirusTotalPage(dlg) 114 page = WebBrowserVirusTotalPage()
115 return page 115 return page

eric ide

mercurial