src/eric7/Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
97 msg 97 msg
98 ) 98 )
99 ) 99 )
100 100
101 101
102 def create(dlg): # noqa: U100 102 def create(_dlg):
103 """ 103 """
104 Module function to create the configuration page. 104 Module function to create the configuration page.
105 105
106 @param dlg reference to the configuration dialog 106 @param _dlg reference to the configuration dialog (unused)
107 @type ConfigurationDialog 107 @type ConfigurationDialog
108 @return reference to the instantiated page 108 @return reference to the instantiated page
109 @rtype ConfigurationPageBase 109 @rtype ConfigurationPageBase
110 """ 110 """
111 page = WebBrowserVirusTotalPage() 111 page = WebBrowserVirusTotalPage()

eric ide

mercurial