mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Merge with 3.4
This commit is contained in:
commit
30c328f611
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ class IdleConf:
|
|||
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