From f0db93d1f70eb2ee2f06fdf1bf5a648517aa697b Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Thu, 24 Jul 2008 17:27:45 -0400 Subject: aiee. missed some uses of "func.config". Fix those to use certmaster.config also missed a use of SSLCommon. darn grep, must be broken. Yeah, thats it, grep screw up. Nope, not me. Not me at all. --- func/overlord/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func/overlord/command.py') diff --git a/func/overlord/command.py b/func/overlord/command.py index 6e8e137..c17f060 100644 --- a/func/overlord/command.py +++ b/func/overlord/command.py @@ -14,7 +14,7 @@ Command class. import optparse import sys -from func.config import read_config, CONFIG_FILE +from certmaster.config import read_config, CONFIG_FILE from certmaster.commonconfig import CMConfig -- cgit