diff options
| author | Adrian Likins <alikins@redhat.com> | 2008-07-24 17:27:45 -0400 |
|---|---|---|
| committer | Adrian Likins <alikins@redhat.com> | 2008-07-24 17:27:45 -0400 |
| commit | f0db93d1f70eb2ee2f06fdf1bf5a648517aa697b (patch) | |
| tree | 0abc3bafc2801c1fa8e7988e8c3bd04dbb02f415 /func/minion/modules | |
| parent | 2cf553e9375110f7c15b1785bc95b37c07592750 (diff) | |
| download | func-f0db93d1f70eb2ee2f06fdf1bf5a648517aa697b.tar.gz func-f0db93d1f70eb2ee2f06fdf1bf5a648517aa697b.tar.xz func-f0db93d1f70eb2ee2f06fdf1bf5a648517aa697b.zip | |
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.
Diffstat (limited to 'func/minion/modules')
| -rw-r--r-- | func/minion/modules/func_module.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
