eric6/DebugClients/Python/ModuleLoader.py

changeset 8207
d359172d11be
parent 7923
91e843545d9a
diff -r adf11836cfce -r d359172d11be eric6/DebugClients/Python/ModuleLoader.py
--- a/eric6/DebugClients/Python/ModuleLoader.py	Fri Apr 09 18:13:36 2021 +0200
+++ b/eric6/DebugClients/Python/ModuleLoader.py	Fri Apr 09 18:38:01 2021 +0200
@@ -15,7 +15,7 @@
 from MultiprocessingExtension import patchMultiprocessing
 
 
-class ModuleLoader(object):
+class ModuleLoader:
     """
     Class implementing an import hook patching modules to support debugging.
     """

eric ide

mercurial