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