diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-07-01 22:52:53 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-07-01 22:52:53 (GMT) |
commit | 062bc1de1961268a371e4f968a9e455c325c819f (patch) | |
tree | 75d8b990ad68190d6c0a34747875cba22c14e938 /Lib/idlelib/configHandler.py | |
parent | 7f341ca16e1a9662b7c14ded50949842ea36a388 (diff) | |
parent | 44f09ebd0f9914db8ad20d54a1d1f07164b95a1f (diff) | |
download | cpython-062bc1de1961268a371e4f968a9e455c325c819f.zip cpython-062bc1de1961268a371e4f968a9e455c325c819f.tar.gz cpython-062bc1de1961268a371e4f968a9e455c325c819f.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 8608f7c..745d550 100644 --- a/Lib/idlelib/configHandler.py +++ b/Lib/idlelib/configHandler.py @@ -20,7 +20,7 @@ configuration problem notification and resolution. import os import sys -from configparser import ConfigParser, NoOptionError, NoSectionError +from configparser import ConfigParser class InvalidConfigType(Exception): pass class InvalidConfigSet(Exception): pass |