src/eric7/Cooperation/CooperationServer.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
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.

eric ide

mercurial