Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListAllGuardsDialog.py

changeset 3656
441956d8fce5
parent 3484
645c12de6b0c
child 4021
195a471c327b
equal deleted inserted replaced
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 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

eric ide

mercurial