From 7d7c0f4dc299dc342c53341f61ae4643eb134213 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 20 Sep 2007 16:44:02 -0400 Subject: Remove yaml libraries (configparser is good enough) plus remove references to virt-factory. --- client/test_func.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client') diff --git a/client/test_func.py b/client/test_func.py index 35ce100..21c2009 100644 --- a/client/test_func.py +++ b/client/test_func.py @@ -1,6 +1,8 @@ #!/usr/bin/python +# FIXME: should import the client lib, not XMLRPC lib, when we are done + import xmlrpclib s = xmlrpclib.ServerProxy("http://127.0.0.1:51234") -- cgit