mirror of
https://github.com/python/cpython.git
synced 2026-01-08 08:22:41 +00:00
Merge with 3.5
This commit is contained in:
commit
fbc741c729
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ def CurrentTheme(self):
|
|||
theme = self.GetOption('main', 'Theme', 'name', default='')
|
||||
source = self.defaultCfg if default else self.userCfg
|
||||
if source['highlight'].has_section(theme):
|
||||
return theme
|
||||
return theme
|
||||
else:
|
||||
return "IDLE Classic"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue