3654:ffeb85cdc72d | 3656:441956d8fce5 |
---|---|
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, QCoreApplication | 18 from PyQt5.QtCore import pyqtSlot, QProcess, QTimer, QCoreApplication |
19 from PyQt4.QtGui import QDialog, QListWidgetItem | 19 from PyQt5.QtWidgets import QDialog, QListWidgetItem |
20 | 20 |
21 from .Ui_HgQueuesListGuardsDialog import Ui_HgQueuesListGuardsDialog | 21 from .Ui_HgQueuesListGuardsDialog import Ui_HgQueuesListGuardsDialog |
22 | 22 |
23 import UI.PixmapCache | 23 import UI.PixmapCache |
24 | 24 |