src/eric7/DebugClients/Python/ModuleLoader.py

branch
eric7
changeset 11216
a1471981ef18
parent 11148
15e30f0c76a8
diff -r d07c71a34adf -r a1471981ef18 src/eric7/DebugClients/Python/ModuleLoader.py
--- a/src/eric7/DebugClients/Python/ModuleLoader.py	Thu Apr 10 18:39:29 2025 +0200
+++ b/src/eric7/DebugClients/Python/ModuleLoader.py	Sun Apr 13 14:46:18 2025 +0200
@@ -42,9 +42,7 @@
             "greenlet",
             "subprocess",
             "multiprocessing",
-            "PyQt5.QtCore",
             "PyQt6.QtCore",
-            "PySide2.QtCore",
             "PySide6.QtCore",
         )
 
@@ -89,9 +87,7 @@
 
         ## Add hook for *.QThread and *.QProcess
         elif fullname in (
-            "PyQt5.QtCore",
             "PyQt6.QtCore",
-            "PySide2.QtCore",
             "PySide6.QtCore",
         ) and not hasattr(module, "eric7_patched"):
             module.eric7_patched = True

eric ide

mercurial