From cce638a8adf4e045ca5505afea4bda57753c31dd Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 11 Aug 2014 16:33:29 -0400 Subject: initial import of debian package --- examples/bench/xmlrpc_client.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/bench/xmlrpc_client.py (limited to 'examples/bench/xmlrpc_client.py') diff --git a/examples/bench/xmlrpc_client.py b/examples/bench/xmlrpc_client.py new file mode 100644 index 0000000..a73ddfd --- /dev/null +++ b/examples/bench/xmlrpc_client.py @@ -0,0 +1,6 @@ +from timeit import default_timer as timer +from xmlrpclib import ServerProxy + +client = ServerProxy('http://localhost:10002') + + \ No newline at end of file -- cgit v1.2.3