summaryrefslogtreecommitdiffstats
path: root/func/overlord/cmd_modules
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2008-07-24 17:27:45 -0400
committerAdrian Likins <alikins@redhat.com>2008-07-24 17:27:45 -0400
commitf0db93d1f70eb2ee2f06fdf1bf5a648517aa697b (patch)
tree0abc3bafc2801c1fa8e7988e8c3bd04dbb02f415 /func/overlord/cmd_modules
parent2cf553e9375110f7c15b1785bc95b37c07592750 (diff)
downloadfunc-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/overlord/cmd_modules')
-rw-r--r--func/overlord/cmd_modules/call.py2
-rw-r--r--func/overlord/cmd_modules/check.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/func/overlord/cmd_modules/call.py b/func/overlord/cmd_modules/call.py
index 6fdd32f..afad071 100644
--- a/func/overlord/cmd_modules/call.py
+++ b/func/overlord/cmd_modules/call.py
@@ -21,7 +21,7 @@ import sys
from func.overlord import client
from func.overlord import base_command
-from func.config import read_config, BaseConfig, ListOption
+from certmaster.config import read_config, BaseConfig, ListOption
import func.jobthing as jobthing
diff --git a/func/overlord/cmd_modules/check.py b/func/overlord/cmd_modules/check.py
index 80913e4..58ecc6c 100644
--- a/func/overlord/cmd_modules/check.py
+++ b/func/overlord/cmd_modules/check.py
@@ -21,7 +21,7 @@ import urllib2
from func.overlord import base_command
from func import utils
from func.minion import sub_process
-from func.config import read_config
+from certmaster.config import read_config
from certmaster.commonconfig import MinionConfig