From 4017f687d13edacb5ce1fe446e7af50759df2e1f Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Thu, 24 Jul 2008 12:30:45 -0400 Subject: gut most of func/utils.py update code to use existing code from certmaster/utils.py --- func/overlord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func/overlord') 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 * # =================================== -- cgit