scripts/uninstall.py

branch
eric7-maintenance
changeset 11155
e1843b6efa73
parent 11118
967a88a16a21
parent 11148
15e30f0c76a8
diff -r 32d0ec15eba0 -r e1843b6efa73 scripts/uninstall.py
--- a/scripts/uninstall.py	Sun Feb 09 15:47:57 2025 +0100
+++ b/scripts/uninstall.py	Sat Mar 01 15:52:40 2025 +0100
@@ -396,7 +396,7 @@
     Remove the eric configuration directory.
     """
     try:
-        from PyQt6.QtCore import QSettings  # __IGNORE_WARNING_I10__
+        from PyQt6.QtCore import QSettings  # __IGNORE_WARNING_I-10__
     except ImportError:
         print("No PyQt variant installed. The configuration directory")
         print("cannot be determined. You have to remove it manually.\n")
@@ -443,7 +443,7 @@
     @rtype Any
     """
     # From http://stackoverflow.com/a/35286642
-    import winreg  # __IGNORE_WARNING_I103__
+    import winreg  # __IGNORE_WARNING_I-103__
 
     try:
         registryKey = winreg.OpenKey(winreg.HKEY_CURRENT_USER, path, 0, winreg.KEY_READ)
@@ -527,4 +527,4 @@
         raise
 
 #
-# eflag: noqa = M801
+# eflag: noqa = M-801

eric ide

mercurial