diff -r 5ec5e707dfa5 -r 566e87428fc8 Helpviewer/VirusTotalApi.py --- a/Helpviewer/VirusTotalApi.py Sun Apr 17 18:43:02 2011 +0200 +++ b/Helpviewer/VirusTotalApi.py Sun Apr 17 19:07:20 2011 +0200 @@ -16,6 +16,7 @@ import Preferences + class VirusTotalAPI(QObject): """ Class implementing the <a href="http://www.virustotal.com">VirusTotal</a> API. @@ -24,7 +25,7 @@ has been performed. It gives a flag indicating validity (boolean) and an error message in case of a network error (string). @signal submitUrlError(str) emitted with the error string, if the URL scan - submission returned an error. + submission returned an error. @signal urlScanReport(str) emitted with the URL of the URL scan report page @signal fileScanReport(str) emitted with the URL of the file scan report page """