comparison: eric6/WebBrowser/VirusTotal/VirusTotalApi.py
eric6/WebBrowser/VirusTotal/VirusTotalApi.py
- changeset 8218
- 7c09585bd960
- parent 8143
- 2c730d5fd177
- child 8260
- 2161475d9639
equal
deleted
inserted
replaced
62 """ |
62 """ |
63 Constructor |
63 Constructor |
64 |
64 |
65 @param parent reference to the parent object (QObject) |
65 @param parent reference to the parent object (QObject) |
66 """ |
66 """ |
67 super(VirusTotalAPI, self).__init__(parent) |
67 super().__init__(parent) |
68 |
68 |
69 self.__replies = [] |
69 self.__replies = [] |
70 |
70 |
71 self.__loadSettings() |
71 self.__loadSettings() |
72 |
72 |