From 9e7c2b707e9afdfb092e39a3b1facaebb93f1d67 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sat, 24 Jul 2010 10:26:54 -0500 Subject: [PATCH] import specific class and exceptions for configparser --- dr.botzo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr.botzo.py b/dr.botzo.py index b21d9ff..bb9bccf 100755 --- a/dr.botzo.py +++ b/dr.botzo.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3.1 -from configparser import * +from configparser import ConfigParser, NoSectionError, NoOptionError import os import sys