Merge with 3.4

This commit is contained in:
Terry Jan Reedy 2015-11-12 15:06:20 -05:00
commit 8f1a98058f
1 changed files with 1 additions and 1 deletions

View File

@ -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):