scripts/install-i18n.py

branch
eric7-maintenance
changeset 9449
c982bacca23f
parent 9328
49a0a9cb2505
child 9482
a2bc06a54d9d
equal deleted inserted replaced
9446:7965921a8b07 9449:c982bacca23f
13 import os 13 import os
14 import shutil 14 import shutil
15 import sys 15 import sys
16 16
17 try: 17 try:
18 from eric7config import getConfig 18 from eric7.Globals import getConfig
19 except ImportError: 19 except ImportError:
20 print("The eric IDE doesn't seem to be installed. Aborting.") 20 print("The eric IDE doesn't seem to be installed. Aborting.")
21 sys.exit(1) 21 sys.exit(1)
22 except SyntaxError: 22 except SyntaxError:
23 # an incomplete or old config file was found 23 # an incomplete or old config file was found

eric ide

mercurial