scripts/uninstall.py

branch
eric7
changeset 8318
962bce857696
parent 8314
e3642a6a1e71
child 8339
75908476226e
--- a/scripts/uninstall.py	Sun May 16 11:43:59 2021 +0200
+++ b/scripts/uninstall.py	Sun May 16 20:07:24 2021 +0200
@@ -350,7 +350,7 @@
     Remove the eric configuration directory.
     """
     try:
-        from PyQt5.QtCore import QSettings
+        from PyQt6.QtCore import QSettings
     except ImportError:
         print("No PyQt variant installed. The configuration directory")
         print("cannot be determined. You have to remove it manually.\n")

eric ide

mercurial