summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/configHandler.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-07-01 22:52:53 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-07-01 22:52:53 (GMT)
commit062bc1de1961268a371e4f968a9e455c325c819f (patch)
tree75d8b990ad68190d6c0a34747875cba22c14e938 /Lib/idlelib/configHandler.py
parent7f341ca16e1a9662b7c14ded50949842ea36a388 (diff)
parent44f09ebd0f9914db8ad20d54a1d1f07164b95a1f (diff)
downloadcpython-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.py2
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