13 except NameError: |
13 except NameError: |
14 pass |
14 pass |
15 |
15 |
16 import os |
16 import os |
17 |
17 |
18 from PyQt4.QtCore import pyqtSlot, QProcess, QTimer, Qt, QRegExp, \ |
18 from PyQt5.QtCore import pyqtSlot, QProcess, QTimer, Qt, QRegExp, \ |
19 QCoreApplication |
19 QCoreApplication |
20 from PyQt4.QtGui import QDialog, QDialogButtonBox, QHeaderView, \ |
20 from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QHeaderView, \ |
21 QTreeWidgetItem, QLineEdit |
21 QTreeWidgetItem, QLineEdit |
22 |
22 |
23 from E5Gui import E5MessageBox |
23 from E5Gui import E5MessageBox |
24 |
24 |
25 from .Ui_HgGpgSignaturesDialog import Ui_HgGpgSignaturesDialog |
25 from .Ui_HgGpgSignaturesDialog import Ui_HgGpgSignaturesDialog |