eric6/eric6config.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8240
93b8a353c4bf
equal deleted inserted replaced
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__)

eric ide

mercurial