7758:dd54d33d21d2 | 7759:51aa6c6b66f7 |
---|---|
97 """ | 97 """ |
98 Private slot to show the whois information. | 98 Private slot to show the whois information. |
99 """ | 99 """ |
100 from .VirusTotalWhoisDialog import VirusTotalWhoisDialog | 100 from .VirusTotalWhoisDialog import VirusTotalWhoisDialog |
101 dlg = VirusTotalWhoisDialog(self.__whoisDomain, self.__whois) | 101 dlg = VirusTotalWhoisDialog(self.__whoisDomain, self.__whois) |
102 dlg.exec_() | 102 dlg.exec() |