diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-11-12 20:24:22 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-11-12 20:24:22 (GMT) |
commit | 4b4f0b997ca2a2f235c6148e23339e2d9728951c (patch) | |
tree | 02c1a319a0c6625c6da07e210ef687a4408b7aef /Lib/idlelib/configHandler.py | |
parent | 55ee13da90db8316f230a83dad2f0f98ba37c926 (diff) | |
download | cpython-4b4f0b997ca2a2f235c6148e23339e2d9728951c.zip cpython-4b4f0b997ca2a2f235c6148e23339e2d9728951c.tar.gz cpython-4b4f0b997ca2a2f235c6148e23339e2d9728951c.tar.bz2 |
Indent
Diffstat (limited to 'Lib/idlelib/configHandler.py')
-rw-r--r-- | Lib/idlelib/configHandler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py index 9fc4faa..efd5f3c 100644 --- a/Lib/idlelib/configHandler.py +++ b/Lib/idlelib/configHandler.py @@ -396,7 +396,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" |