eric5_configure.py

branch
Py2 comp.
changeset 2525
8b507a9a2d40
parent 2302
f29e9405c851
child 2526
a91cba8291b9
equal deleted inserted replaced
2523:139f182b72f6 2525:8b507a9a2d40
7 """ 7 """
8 Eric5 Configure 8 Eric5 Configure
9 9
10 This is the main Python script to configure the eric5 IDE from the outside. 10 This is the main Python script to configure the eric5 IDE from the outside.
11 """ 11 """
12
13 from __future__ import unicode_literals # __IGNORE_WARNING__
12 14
13 import sys 15 import sys
14 import os 16 import os
15 17
16 for arg in sys.argv: 18 for arg in sys.argv:

eric ide

mercurial