From e8df89330659bf09d6ec10c73ca522881d047cdc Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Thu, 27 Sep 2007 17:48:45 -0400 Subject: and overlord, too --- overlord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlord/client.py b/overlord/client.py index 0fe3908..9196ccb 100755 --- a/overlord/client.py +++ b/overlord/client.py @@ -18,7 +18,7 @@ import optparse import sys import glob -from func.certmaster import CMConfig +from func.commonconfig import CMConfig from func.config import read_config import sslclient -- cgit