diff -r 6d8dcb3551b3 -r 0a995393d2ba eric6/DebugClients/Python/DebugClientBase.py --- a/eric6/DebugClients/Python/DebugClientBase.py Thu Feb 13 19:27:10 2020 +0100 +++ b/eric6/DebugClients/Python/DebugClientBase.py Fri Feb 14 19:52:37 2020 +0100 @@ -246,8 +246,6 @@ self.callTraceEnabled = None - self.variant = 'You should not see this' - self.compile_command = codeop.CommandCompiler() self.coding_re = re.compile(r"coding[:=]\s*([-\w_.]+)") @@ -450,7 +448,6 @@ self.sendJsonCommand("ResponseBanner", { "version": "Python {0}".format(sys.version), "platform": socket.gethostname(), - "dbgclient": self.variant, }) elif method == "RequestSetFilter":