summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/examples/bench/xmlrpc_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'external_libs/python/pyzmq-14.7.0/examples/bench/xmlrpc_client.py')
-rw-r--r--external_libs/python/pyzmq-14.7.0/examples/bench/xmlrpc_client.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/external_libs/python/pyzmq-14.7.0/examples/bench/xmlrpc_client.py b/external_libs/python/pyzmq-14.7.0/examples/bench/xmlrpc_client.py
deleted file mode 100644
index a73ddfd7..00000000
--- a/external_libs/python/pyzmq-14.7.0/examples/bench/xmlrpc_client.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from timeit import default_timer as timer
-from xmlrpclib import ServerProxy
-
-client = ServerProxy('http://localhost:10002')
-
- \ No newline at end of file