8 """ |
8 """ |
9 |
9 |
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 eric7 import Preferences |
|
14 |
13 from .Connection import Connection |
15 from .Connection import Connection |
14 |
|
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. |