scripts/uninstall.py

branch
eric7-maintenance
changeset 9449
c982bacca23f
parent 9442
906485dcd210
child 9549
67295777d9fe
--- a/scripts/uninstall.py	Mon Oct 31 09:21:46 2022 +0100
+++ b/scripts/uninstall.py	Mon Oct 31 13:52:10 2022 +0100
@@ -55,7 +55,7 @@
 if os.path.exists("eric7config.py"):
     os.rename("eric7config.py", "eric7config.py.orig")
 try:
-    from eric7config import getConfig
+    from eric7.Globals import getConfig
 except ImportError:
     print("The eric IDE doesn't seem to be installed. Aborting.")
     exit(1)

eric ide

mercurial