summaryrefslogtreecommitdiffstats
path: root/func/overlord/command.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/command.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/command.py')
-rw-r--r--func/overlord/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/overlord/command.py b/func/overlord/command.py
index 6e8e137..c17f060 100644
--- a/func/overlord/command.py
+++ b/func/overlord/command.py
@@ -14,7 +14,7 @@ Command class.
import optparse
import sys
-from func.config import read_config, CONFIG_FILE
+from certmaster.config import read_config, CONFIG_FILE
from certmaster.commonconfig import CMConfig