From 9bc7b793ead980204475c5c2309217a43b22633a Mon Sep 17 00:00:00 2001 From: Roger Serwy Date: Sun, 5 May 2013 22:15:44 -0500 Subject: #13495: Avoid loading the color delegator twice in IDLE. --- Lib/idlelib/PyShell.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Lib/idlelib/PyShell.py') diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index 177e49e55e..1805644b6e 100644 --- a/Lib/idlelib/PyShell.py +++ b/Lib/idlelib/PyShell.py @@ -858,8 +858,6 @@ class PyShell(OutputWindow): text.bind("<>", self.open_stack_viewer) text.bind("<>", self.toggle_debugger) text.bind("<>", self.toggle_jit_stack_viewer) - self.color = color = self.ColorDelegator() - self.per.insertfilter(color) if use_subprocess: text.bind("<>", self.view_restart_mark) text.bind("<>", self.restart_shell) -- cgit v1.2.1