summaryrefslogtreecommitdiffstats
path: root/func/overlord
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2008-03-28 17:15:23 -0400
committerAdrian Likins <alikins@redhat.com>2008-03-28 17:15:23 -0400
commitd618a65c6879810e89fbbe6d115d60aebca8f5e7 (patch)
treee533835162c31bdb06411ff798b4f16f5cdd024f /func/overlord
parentbf3dd19ae0644107116fe690fa86333b20021f76 (diff)
downloadthird_party-func-d618a65c6879810e89fbbe6d115d60aebca8f5e7.tar.gz
third_party-func-d618a65c6879810e89fbbe6d115d60aebca8f5e7.tar.xz
third_party-func-d618a65c6879810e89fbbe6d115d60aebca8f5e7.zip
remove client.py import
Diffstat (limited to 'func/overlord')
-rw-r--r--func/overlord/command.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/func/overlord/command.py b/func/overlord/command.py
index 537bec5..aa21ddb 100644
--- a/func/overlord/command.py
+++ b/func/overlord/command.py
@@ -15,7 +15,6 @@ import optparse
import sys
from func.config import read_config, CONFIG_FILE
-from func.overlord import client
from certmaster.commonconfig import CMConfig