From: Kurt B. Kaiser Date: Thu, 4 Oct 2007 02:07:50 +0000 (+0000) Subject: Remove unused theme that was causing a fault in p3k. X-Git-Tag: v2.6a1~1235 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85897c9b38794c44d549c2e4b5f46cc6d1d57da4;p=thirdparty%2FPython%2Fcpython.git Remove unused theme that was causing a fault in p3k. --- diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index aaa40c46a4a3..f1148e2e5d02 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):