--- a/eric6/DebugClients/Python/DebugClientBase.py Fri Apr 09 18:13:36 2021 +0200 +++ b/eric6/DebugClients/Python/DebugClientBase.py Fri Apr 09 18:38:01 2021 +0200 @@ -107,7 +107,7 @@ ############################################################################### -class DebugClientBase(object): +class DebugClientBase: """ Class implementing the client side of the debugger.