4539:beac8323fa9e | 4541:e8ddd9d76414 |
---|---|
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module implementing a dialog to show the 'whois' information. | 7 Module implementing a dialog to show the 'whois' information. |
8 """ | 8 """ |
9 | |
10 from __future__ import unicode_literals | |
9 | 11 |
10 from PyQt5.QtWidgets import QDialog | 12 from PyQt5.QtWidgets import QDialog |
11 | 13 |
12 from .Ui_VirusTotalWhoisDialog import Ui_VirusTotalWhoisDialog | 14 from .Ui_VirusTotalWhoisDialog import Ui_VirusTotalWhoisDialog |
13 | 15 |