summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-20 16:44:02 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-20 16:44:02 -0400
commit7d7c0f4dc299dc342c53341f61ae4643eb134213 (patch)
treeea19339dfa80c85f463efda6e74e49eaf5c37c7c /client
parent4599345e5814563de497d95829c26c6758f29b1a (diff)
downloadthird_party-func-7d7c0f4dc299dc342c53341f61ae4643eb134213.tar.gz
third_party-func-7d7c0f4dc299dc342c53341f61ae4643eb134213.tar.xz
third_party-func-7d7c0f4dc299dc342c53341f61ae4643eb134213.zip
Remove yaml libraries (configparser is good enough) plus remove references to virt-factory.
Diffstat (limited to 'client')
-rw-r--r--client/test_func.py2
1 files changed, 2 insertions, 0 deletions
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")