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 QProcess, QCoreApplication |
18 from PyQt5.QtCore import QProcess, QCoreApplication |
19 from PyQt4.QtGui import QDialog, QTreeWidgetItem |
19 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem |
20 |
20 |
21 from .Ui_HgQueuesListAllGuardsDialog import Ui_HgQueuesListAllGuardsDialog |
21 from .Ui_HgQueuesListAllGuardsDialog import Ui_HgQueuesListAllGuardsDialog |
22 |
22 |
23 import UI.PixmapCache |
23 import UI.PixmapCache |
24 |
24 |