commit | 9bc505616b4bc88b29993f351218c3083bd3f3e8 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Tue Jul 01 18:52:31 2014 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Tue Jul 01 18:52:31 2014 -0400 |
tree | e048bf96f170ba76af021b21ccc0dff4cf6f66e9 | |
parent | 5b1b38cbefa0d541e51ac17446c0cca6b5990417 [diff] [blame] |
Delete a few unused names suggested by pyflakes.
diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py index 67ab1f6..173751e 100644 --- a/Lib/idlelib/configHandler.py +++ b/Lib/idlelib/configHandler.py
@@ -20,7 +20,7 @@ import os import sys import string -from ConfigParser import ConfigParser, NoOptionError, NoSectionError +from ConfigParser import ConfigParser class InvalidConfigType(Exception): pass class InvalidConfigSet(Exception): pass