7959:44e15eda6506 | 7960:e8fc383322f7 |
---|---|
2 | 2 |
3 # Copyright (c) 2002 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> | 3 # Copyright (c) 2002 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> |
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module containing the default configuration of the eric6 installation. | 7 Module containing the default configuration of the eric installation. |
8 """ | 8 """ |
9 | 9 |
10 import os | 10 import os |
11 | 11 |
12 __ericDir = os.path.dirname(__file__) | 12 __ericDir = os.path.dirname(__file__) |