eric6/eric6_configure.py

changeset 7781
607a6098cb44
parent 7380
c99320e859ca
child 7923
91e843545d9a
equal deleted inserted replaced
7780:41420f82c0ac 7781:607a6098cb44
7 """ 7 """
8 Eric6 Configure. 8 Eric6 Configure.
9 9
10 This is the main Python script to configure the eric6 IDE from the outside. 10 This is the main Python script to configure the eric6 IDE from the outside.
11 """ 11 """
12
13 12
14 import sys 13 import sys
15 import os 14 import os
16 15
17 sys.path.insert(1, os.path.dirname(__file__)) 16 sys.path.insert(1, os.path.dirname(__file__))

eric ide

mercurial