--- a/eric6/DebugClients/Python/DebugBase.py Fri Apr 09 18:13:36 2021 +0200
+++ b/eric6/DebugClients/Python/DebugBase.py Fri Apr 09 18:38:01 2021 +0200
@@ -53,7 +53,7 @@
gRecursionLimit = limit
-class DebugBase(object):
+class DebugBase:
"""
Class implementing base class of the debugger.