scripts/install.py

branch
eric7-maintenance
changeset 9449
c982bacca23f
parent 9442
906485dcd210
child 9549
67295777d9fe
diff -r 7965921a8b07 -r c982bacca23f scripts/install.py
--- a/scripts/install.py	Mon Oct 31 09:21:46 2022 +0100
+++ b/scripts/install.py	Mon Oct 31 13:52:10 2022 +0100
@@ -482,7 +482,7 @@
     global platBinDir
 
     try:
-        from eric7config import getConfig
+        from eric7.Globals import getConfig
     except ImportError:
         # eric wasn't installed previously
         return
@@ -648,7 +648,7 @@
     """
     Uninstall the macOS application bundle.
     """
-    from eric7config import getConfig
+    from eric7.Globals import getConfig
 
     try:
         macAppBundlePath = getConfig("macAppBundlePath")

eric ide

mercurial