summaryrefslogtreecommitdiffstats
path: root/func/overlord
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2008-07-24 12:30:45 -0400
committerAdrian Likins <alikins@redhat.com>2008-07-24 12:30:45 -0400
commit4017f687d13edacb5ce1fe446e7af50759df2e1f (patch)
treef4d4da235ee458ac6ac864f2bb268d1049a5ac44 /func/overlord
parent4706b80a84f9e293349146058000595237babe62 (diff)
downloadfunc-4017f687d13edacb5ce1fe446e7af50759df2e1f.tar.gz
func-4017f687d13edacb5ce1fe446e7af50759df2e1f.tar.xz
func-4017f687d13edacb5ce1fe446e7af50759df2e1f.zip
gut most of func/utils.py
update code to use existing code from certmaster/utils.py
Diffstat (limited to 'func/overlord')
-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 4cb8216..79ead06 100755
--- a/func/overlord/client.py
+++ b/func/overlord/client.py
@@ -19,6 +19,7 @@ import os
import func.yaml as yaml
from certmaster.commonconfig import CMConfig
+from certmaster import utils
from func.config import read_config, CONFIG_FILE
import sslclient
@@ -28,7 +29,6 @@ import groups
import delegation_tools as dtools
import func.forkbomb as forkbomb
import func.jobthing as jobthing
-import func.utils as utils
from func.CommonErrors import *
# ===================================