7 Module implementing the single application server and client. |
7 Module implementing the single application server and client. |
8 """ |
8 """ |
9 |
9 |
10 import os |
10 import os |
11 |
11 |
12 from EricWidgets.EricApplication import ericApp |
12 from eric7.EricWidgets.EricApplication import ericApp |
13 |
13 |
14 from Toolbox.SingleApplication import SingleApplicationClient, SingleApplicationServer |
14 from eric7.Toolbox.SingleApplication import ( |
|
15 SingleApplicationClient, |
|
16 SingleApplicationServer, |
|
17 ) |
15 |
18 |
16 import Utilities |
19 from eric7 import Utilities |
17 |
20 |
18 ########################################################################### |
21 ########################################################################### |
19 ## define some module global stuff |
22 ## define some module global stuff |
20 ########################################################################### |
23 ########################################################################### |
21 |
24 |