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. |