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 EricWidgets import EricMessageBox |
15 from eric7.EricWidgets import EricMessageBox |
16 |
16 |
17 import Utilities |
17 from eric7 import Utilities |
18 |
18 |
19 |
19 |
20 class SingleApplicationServer(QLocalServer): |
20 class SingleApplicationServer(QLocalServer): |
21 """ |
21 """ |
22 Class implementing the single application server base class. |
22 Class implementing the single application server base class. |