eric7/Plugins/VcsPlugins/vcsMercurial/HgClient.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8319
ea11a3948f40
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
8 """ 8 """
9 9
10 import struct 10 import struct
11 import io 11 import io
12 12
13 from PyQt5.QtCore import ( 13 from PyQt6.QtCore import (
14 QProcess, QObject, QByteArray, QCoreApplication, QThread 14 QProcess, QObject, QByteArray, QCoreApplication, QThread
15 ) 15 )
16 from PyQt5.QtWidgets import QDialog 16 from PyQt6.QtWidgets import QDialog
17 17
18 from .HgUtilities import prepareProcess, getHgExecutable 18 from .HgUtilities import prepareProcess, getHgExecutable
19 19
20 20
21 class HgClient(QObject): 21 class HgClient(QObject):

eric ide

mercurial