10 from PyQt6.QtCore import pyqtSignal |
10 from PyQt6.QtCore import pyqtSignal |
11 from PyQt6.QtNetwork import QTcpServer |
11 from PyQt6.QtNetwork import QTcpServer |
12 |
12 |
13 from .Connection import Connection |
13 from .Connection import Connection |
14 |
14 |
15 import Preferences |
15 from eric7 import Preferences |
16 |
16 |
17 |
17 |
18 class CooperationServer(QTcpServer): |
18 class CooperationServer(QTcpServer): |
19 """ |
19 """ |
20 Class implementing the cooperation server. |
20 Class implementing the cooperation server. |