eric6/Debugger/DebuggerInterfacePython.py

changeset 8218
7c09585bd960
parent 8163
29fb6d420a25
child 8222
5994b80b8760
--- 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

eric ide

mercurial