summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2007-10-04 02:07:50 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2007-10-04 02:07:50 (GMT)
commit85897c9b38794c44d549c2e4b5f46cc6d1d57da4 (patch)
treedac7d89155dbe4f28c21c8dccd4846d358fac193 /Lib/idlelib
parent67bd62fd6cda77f5c315e1e77b54fa92c024f7bf (diff)
downloadcpython-85897c9b38794c44d549c2e4b5f46cc6d1d57da4.zip
cpython-85897c9b38794c44d549c2e4b5f46cc6d1d57da4.tar.gz
cpython-85897c9b38794c44d549c2e4b5f46cc6d1d57da4.tar.bz2
Remove unused theme that was causing a fault in p3k.
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/PyShell.py1
1 files changed, 0 insertions, 1 deletions
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):