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/minion/modules/func_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func/minion/modules/func_module.py') diff --git a/func/minion/modules/func_module.py b/func/minion/modules/func_module.py index d75cb33..56f21f9 100644 --- a/func/minion/modules/func_module.py +++ b/func/minion/modules/func_module.py @@ -13,7 +13,7 @@ import inspect from func import logger -from func.config import read_config, BaseConfig +from certmaster.config import read_config, BaseConfig from func.commonconfig import FuncdConfig from func.minion.func_arg import * #the arg getter stuff -- cgit