summaryrefslogtreecommitdiffstats
path: root/func/overlord/client.py
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/client.py
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/client.py')
-rwxr-xr-xfunc/overlord/client.py2
1 files changed, 1 insertions, 1 deletions
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