src/eric7/Toolbox/SingleApplication.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9431
dfc249493a98
child 9653
e67609152c5e
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
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.

eric ide

mercurial