]> granicus.if.org Git - python/commitdiff
Remove unused theme that was causing a fault in p3k.
authorKurt B. Kaiser <kbk@shore.net>
Thu, 4 Oct 2007 02:07:50 +0000 (02:07 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Thu, 4 Oct 2007 02:07:50 +0000 (02:07 +0000)
Lib/idlelib/PyShell.py

index aaa40c46a4a38c88dcf21928ee7e05b6cbee8cea..f1148e2e5d022dc8ec0b1b92f8db8a5a93bfb38e 100644 (file)
@@ -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):