From 4404e59a62a4108a644ad84993e6cc69c7e2dfb2 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Tue, 23 Oct 2007 15:14:22 -0400 Subject: remove unused func_command import (was causing circular imports) --- func/overlord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func') diff --git a/func/overlord/client.py b/func/overlord/client.py index 1ff35d2..369ac56 100755 --- a/func/overlord/client.py +++ b/func/overlord/client.py @@ -26,7 +26,7 @@ from func.config import read_config, CONFIG_FILE import sslclient import command -import func_command + # =================================== # defaults -- cgit