10 import json |
10 import json |
11 |
11 |
12 from PyQt6.QtCore import QByteArray |
12 from PyQt6.QtCore import QByteArray |
13 from PyQt6.QtNetwork import QLocalServer, QLocalSocket |
13 from PyQt6.QtNetwork import QLocalServer, QLocalSocket |
14 |
14 |
|
15 from eric7 import Utilities |
15 from eric7.EricWidgets import EricMessageBox |
16 from eric7.EricWidgets import EricMessageBox |
16 |
|
17 from eric7 import Utilities |
|
18 |
17 |
19 |
18 |
20 class SingleApplicationServer(QLocalServer): |
19 class SingleApplicationServer(QLocalServer): |
21 """ |
20 """ |
22 Class implementing the single application server base class. |
21 Class implementing the single application server base class. |