comparison: src/eric7/eric7config.py
src/eric7/eric7config.py
- branch
- eric7
- changeset 9473
- 3f23dbf37dbe
- parent 9221
- bf71ee032bb4
- child 9653
- e67609152c5e
equal
deleted
inserted
replaced
5 |
5 |
6 """ |
6 """ |
7 Module containing the default configuration of the eric installation. |
7 Module containing the default configuration of the eric installation. |
8 """ |
8 """ |
9 |
9 |
|
10 import contextlib |
10 import os |
11 import os |
11 import contextlib |
|
12 |
12 |
13 __ericDir = os.path.dirname(__file__) |
13 __ericDir = os.path.dirname(__file__) |
14 |
14 |
15 _pkg_config = { |
15 _pkg_config = { |
16 "ericDir": __ericDir, |
16 "ericDir": __ericDir, |