138:dfbf0385687c | 139:5c4f1a9ae0bb |
---|---|
15 import glob | 15 import glob |
16 | 16 |
17 from PyQt4.QtCore import QDir | 17 from PyQt4.QtCore import QDir |
18 | 18 |
19 try: | 19 try: |
20 from .eric5config import getConfig | 20 from eric5config import getConfig |
21 except ImportError: | 21 except ImportError: |
22 print("The eric5 IDE doesn't seem to be installed. Aborting.") | 22 print("The eric5 IDE doesn't seem to be installed. Aborting.") |
23 sys.exit(1) | 23 sys.exit(1) |
24 | 24 |
25 def getConfigDir(): | 25 def getConfigDir(): |