comparison: eric6/Utilities/BackgroundService.py
eric6/Utilities/BackgroundService.py
- changeset 7781
- 607a6098cb44
- parent 7635
- 0cdead130a81
- child 7900
- 72b88fb20261
- child 7924
- 8a96736d465e
equal
deleted
inserted
replaced
6 |
6 |
7 """ |
7 """ |
8 Module implementing a background service for the various checkers and other |
8 Module implementing a background service for the various checkers and other |
9 python interpreter dependent functions. |
9 python interpreter dependent functions. |
10 """ |
10 """ |
11 |
|
12 |
11 |
13 import json |
12 import json |
14 import os |
13 import os |
15 import struct |
14 import struct |
16 import sys |
15 import sys |