diff options
| author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-11-12 20:06:20 (GMT) |
|---|---|---|
| committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-11-12 20:06:20 (GMT) |
| commit | 8f1a98058f0249319ca4c56cf2586ebfec5d2e7e (patch) | |
| tree | f27e39abe3b1415cb5e3630e7a88586e4b1b13e3 /Lib/idlelib/configHandler.py | |
| parent | e19f3ec07228aeaa9bd1379413a3054953a5c51e (diff) | |
| parent | c15a7c615eaf14b11768eee8dca9f5d2c66e8c94 (diff) | |
| download | cpython-8f1a98058f0249319ca4c56cf2586ebfec5d2e7e.zip cpython-8f1a98058f0249319ca4c56cf2586ebfec5d2e7e.tar.gz cpython-8f1a98058f0249319ca4c56cf2586ebfec5d2e7e.tar.bz2 | |
Merge with 3.4
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 336d969..3d75189 100644 --- a/Lib/idlelib/configHandler.py +++ b/Lib/idlelib/configHandler.py @@ -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): |
