mirror of https://github.com/python/cpython
Merge with 3.5
This commit is contained in:
commit
9fc4091802
|
@ -396,7 +396,7 @@ class IdleConf:
|
|||
source = self.defaultCfg if default else self.userCfg
|
||||
if source['highlight'].has_section(theme):
|
||||
return theme
|
||||
else:
|
||||
else:
|
||||
return "IDLE Classic"
|
||||
|
||||
def CurrentKeys(self):
|
||||
|
|
Loading…
Reference in New Issue