Delete a few unused names suggested by pyflakes.

This commit is contained in:
Terry Jan Reedy 2014-07-01 18:52:37 -04:00
parent f18f87111b
commit 44f09ebd0f
5 changed files with 10 additions and 10 deletions

View file

@ -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