commit | 85897c9b38794c44d549c2e4b5f46cc6d1d57da4 | [log] [tgz] |
---|---|---|
author | Kurt B. Kaiser <kbk@shore.net> | Thu Oct 04 02:07:50 2007 +0000 |
committer | Kurt B. Kaiser <kbk@shore.net> | Thu Oct 04 02:07:50 2007 +0000 |
tree | dac7d89155dbe4f28c21c8dccd4846d358fac193 | |
parent | 67bd62fd6cda77f5c315e1e77b54fa92c024f7bf [diff] |
Remove unused theme that was causing a fault in p3k.
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 @@ "stdout": idleConf.GetHighlight(theme, "stdout"), "stderr": idleConf.GetHighlight(theme, "stderr"), "console": idleConf.GetHighlight(theme, "console"), - None: idleConf.GetHighlight(theme, "normal"), }) class ModifiedUndoDelegator(UndoDelegator):