scripts/uninstall.py

branch
eric7
changeset 9448
ea215f7afab3
parent 9381
3c9192161833
child 9482
a2bc06a54d9d
--- a/scripts/uninstall.py	Mon Oct 31 10:48:45 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