diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2007-10-04 02:07:50 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2007-10-04 02:07:50 (GMT) |
commit | 85897c9b38794c44d549c2e4b5f46cc6d1d57da4 (patch) | |
tree | dac7d89155dbe4f28c21c8dccd4846d358fac193 /Lib/idlelib/PyShell.py | |
parent | 67bd62fd6cda77f5c315e1e77b54fa92c024f7bf (diff) | |
download | cpython-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/PyShell.py')
-rw-r--r-- | Lib/idlelib/PyShell.py | 1 |
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): |