From 6f95e9f2fe5ea8494d0999227926ce2bd7655c24 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Mon, 25 Feb 2008 17:29:29 -0500 Subject: use certmaster.commonconfig.CMConfig here instead of the one that used to be in func --- func/overlord/client.py | 2 +- func/overlord/command.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'func') diff --git a/func/overlord/client.py b/func/overlord/client.py index 25924b2..26b1cca 100755 --- a/func/overlord/client.py +++ b/func/overlord/client.py @@ -17,7 +17,7 @@ import sys import glob import os -from func.commonconfig import CMConfig +from certmaster.commonconfig import CMConfig from func.config import read_config, CONFIG_FILE import sslclient diff --git a/func/overlord/command.py b/func/overlord/command.py index 7fb7de4..7cf3623 100644 --- a/func/overlord/command.py +++ b/func/overlord/command.py @@ -15,7 +15,7 @@ import optparse import sys from func.config import read_config, CONFIG_FILE -from func.commonconfig import CMConfig +from certmaster.commonconfig import CMConfig class CommandHelpFormatter(optparse.IndentedHelpFormatter): """ -- cgit