From 1eb45ff0178dde1a511a6342ccd11317f9d0b649 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 23 Oct 2007 17:29:18 -0400 Subject: Initial go at the func inventory app (includes git integration). Docs TBA shortly. --- func/overlord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func/overlord/client.py') diff --git a/func/overlord/client.py b/func/overlord/client.py index 1ff35d2..3da1251 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 +# import func_command # =================================== # defaults -- cgit