src/eric7/Toolbox/SingleApplication.py

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

eric ide

mercurial