Utilities/SingleApplication.py

changeset 97
c4086afea02b
parent 13
1af94a91f439
child 465
c20e25deb33a
child 792
a13346916170
equal deleted inserted replaced
96:9624a110667d 97:c4086afea02b
7 Module implementing the single application server and client. 7 Module implementing the single application server and client.
8 """ 8 """
9 9
10 from PyQt4.QtCore import SIGNAL 10 from PyQt4.QtCore import SIGNAL
11 from PyQt4.QtNetwork import QLocalServer, QLocalSocket 11 from PyQt4.QtNetwork import QLocalServer, QLocalSocket
12
13 import Utilities
14 12
15 class SingleApplicationServer(QLocalServer): 13 class SingleApplicationServer(QLocalServer):
16 """ 14 """
17 Class implementing the single application server base class. 15 Class implementing the single application server base class.
18 """ 16 """

eric ide

mercurial