scripts/install-i18n.py

branch
eric7
changeset 9448
ea215f7afab3
parent 9328
49a0a9cb2505
child 9482
a2bc06a54d9d
diff -r 662075aa9361 -r ea215f7afab3 scripts/install-i18n.py
--- a/scripts/install-i18n.py	Mon Oct 31 10:48:45 2022 +0100
+++ b/scripts/install-i18n.py	Mon Oct 31 13:52:10 2022 +0100
@@ -15,7 +15,7 @@
 import sys
 
 try:
-    from eric7config import getConfig
+    from eric7.Globals import getConfig
 except ImportError:
     print("The eric IDE doesn't seem to be installed. Aborting.")
     sys.exit(1)

eric ide

mercurial