eric7/Cooperation/CooperationClient.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8881
54e42bc2437a
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
7 Module implementing the client of the cooperation package. 7 Module implementing the client of the cooperation package.
8 """ 8 """
9 9
10 import collections 10 import collections
11 11
12 from PyQt5.QtCore import QObject, pyqtSignal, QProcess 12 from PyQt6.QtCore import QObject, pyqtSignal, QProcess
13 from PyQt5.QtNetwork import ( 13 from PyQt6.QtNetwork import (
14 QHostInfo, QHostAddress, QAbstractSocket, QNetworkInterface 14 QHostInfo, QHostAddress, QAbstractSocket, QNetworkInterface
15 ) 15 )
16 16
17 from .CooperationServer import CooperationServer 17 from .CooperationServer import CooperationServer
18 from .Connection import Connection 18 from .Connection import Connection

eric ide

mercurial