--- a/eric6/Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py Wed Oct 09 19:24:53 2019 +0200 +++ b/eric6/Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py Thu Oct 10 19:08:02 2019 +0200 @@ -11,12 +11,13 @@ from PyQt5.QtCore import pyqtSlot from .ConfigurationPageBase import ConfigurationPageBase -from .Ui_HelpVirusTotalPage import Ui_HelpVirusTotalPage +from .Ui_WebBrowserVirusTotalPage import Ui_WebBrowserVirusTotalPage import Preferences -class WebBrowserVirusTotalPage(ConfigurationPageBase, Ui_HelpVirusTotalPage): +class WebBrowserVirusTotalPage(ConfigurationPageBase, + Ui_WebBrowserVirusTotalPage): """ Class implementing VirusTotal configuration page (web browser variant). """