diff -r adf11836cfce -r d359172d11be eric6/DebugClients/Python/ThreadExtension.py --- a/eric6/DebugClients/Python/ThreadExtension.py Fri Apr 09 18:13:36 2021 +0200 +++ b/eric6/DebugClients/Python/ThreadExtension.py Fri Apr 09 18:38:01 2021 +0200 @@ -18,7 +18,7 @@ _qtThreadNumber = 1 -class ThreadExtension(object): +class ThreadExtension: """ Class implementing the thread support for the debugger.