src/eric7/Cooperation/CooperationClient.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
13 from PyQt6.QtNetwork import QHostInfo, QHostAddress, QAbstractSocket, QNetworkInterface 13 from PyQt6.QtNetwork import QHostInfo, QHostAddress, QAbstractSocket, QNetworkInterface
14 14
15 from .CooperationServer import CooperationServer 15 from .CooperationServer import CooperationServer
16 from .Connection import Connection 16 from .Connection import Connection
17 17
18 import Preferences 18 from eric7 import Preferences
19 19
20 20
21 class CooperationClient(QObject): 21 class CooperationClient(QObject):
22 """ 22 """
23 Class implementing the client of the cooperation package. 23 Class implementing the client of the cooperation package.

eric ide

mercurial