import specific class and exceptions for configparser

This commit is contained in:
Brian S. Stephan 2010-07-24 10:26:54 -05:00
parent 2875bacae4
commit 9e7c2b707e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3.1
from configparser import *
from configparser import ConfigParser, NoSectionError, NoOptionError
import os
import sys