diff -r 385f60c94548 -r 7c09585bd960 eric6/Debugger/DebuggerInterfacePython.py --- a/eric6/Debugger/DebuggerInterfacePython.py Sat Apr 10 18:31:17 2021 +0200 +++ b/eric6/Debugger/DebuggerInterfacePython.py Sat Apr 10 18:38:27 2021 +0200 @@ -44,7 +44,7 @@ @param passive flag indicating passive connection mode @type bool """ - super(DebuggerInterfacePython, self).__init__() + super().__init__() self.__isNetworked = True self.__autoContinue = False