Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py

changeset 3656
441956d8fce5
parent 3555
43473ba956ce
child 4021
195a471c327b
equal deleted inserted replaced
3654:ffeb85cdc72d 3656:441956d8fce5
11 try: 11 try:
12 str = unicode 12 str = unicode
13 except NameError: 13 except NameError:
14 pass 14 pass
15 15
16 from PyQt4.QtCore import QProcess 16 from PyQt5.QtCore import QProcess
17 17
18 from VCS.StatusMonitorThread import VcsStatusMonitorThread 18 from VCS.StatusMonitorThread import VcsStatusMonitorThread
19 19
20 20
21 class HgStatusMonitorThread(VcsStatusMonitorThread): 21 class HgStatusMonitorThread(VcsStatusMonitorThread):

eric ide

mercurial