eric6/eric6_configure.py

changeset 7229
53054eb5b15a
parent 7198
684261ef2165
child 7360
9190402e4505
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
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 12
13 from __future__ import unicode_literals
14 13
15 import sys 14 import sys
16 import os 15 import os
17 16
18 sys.path.insert(1, os.path.dirname(__file__)) 17 sys.path.insert(1, os.path.dirname(__file__))

eric ide

mercurial