From 85897c9b38794c44d549c2e4b5f46cc6d1d57da4 Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Thu, 4 Oct 2007 02:07:50 +0000 Subject: Remove unused theme that was causing a fault in p3k. --- Lib/idlelib/PyShell.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index aaa40c4..f1148e2 100644 --- a/Lib/idlelib/PyShell.py +++ b/Lib/idlelib/PyShell.py @@ -299,7 +299,6 @@ class ModifiedColorDelegator(ColorDelegator): "stdout": idleConf.GetHighlight(theme, "stdout"), "stderr": idleConf.GetHighlight(theme, "stderr"), "console": idleConf.GetHighlight(theme, "console"), - None: idleConf.GetHighlight(theme, "normal"), }) class ModifiedUndoDelegator(UndoDelegator): -- cgit v0.12