mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove unused theme that was causing a fault in p3k.
This commit is contained in:
parent
67bd62fd6c
commit
85897c9b38
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue