Skip to content

Commit cdd6014

Browse files
author
kurt.kaiser
committed
Remove unused theme that was causing a fault in p3k.
git-svn-id: http://svn.python.org/projects/python/trunk@58307 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 9e76222 commit cdd6014

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/idlelib/PyShell.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ def LoadTagDefs(self):
299299
"stdout": idleConf.GetHighlight(theme, "stdout"),
300300
"stderr": idleConf.GetHighlight(theme, "stderr"),
301301
"console": idleConf.GetHighlight(theme, "console"),
302-
None: idleConf.GetHighlight(theme, "normal"),
303302
})
304303

305304
class ModifiedUndoDelegator(UndoDelegator):

0 commit comments

Comments
 (0)