summaryrefslogtreecommitdiffstats
path: root/func/logger.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/logger.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/logger.py')
-rwxr-xr-xfunc/logger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/logger.py b/func/logger.py
index e679f3d..cef4a4b 100755
--- a/func/logger.py
+++ b/func/logger.py
@@ -14,7 +14,7 @@
import logging
-from func.config import read_config
+from certmaster.config import read_config
from func.commonconfig import FuncdConfig