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 |