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/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func/overlord/client.py') diff --git a/func/overlord/client.py b/func/overlord/client.py index 79ead06..fd425f8 100755 --- a/func/overlord/client.py +++ b/func/overlord/client.py @@ -20,7 +20,7 @@ import func.yaml as yaml from certmaster.commonconfig import CMConfig from certmaster import utils -from func.config import read_config, CONFIG_FILE +from certmaster.config import read_config, CONFIG_FILE import sslclient -- cgit