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/logger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func/logger.py') diff --git a/func/logger.py b/func/logger.py index e679f3d..cef4a4b 100755 --- a/func/logger.py +++ b/func/logger.py @@ -14,7 +14,7 @@ import logging -from func.config import read_config +from certmaster.config import read_config from func.commonconfig import FuncdConfig -- cgit