summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/examples/bench/pyro_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'external_libs/python/pyzmq-14.7.0/examples/bench/pyro_client.py')
-rw-r--r--external_libs/python/pyzmq-14.7.0/examples/bench/pyro_client.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/external_libs/python/pyzmq-14.7.0/examples/bench/pyro_client.py b/external_libs/python/pyzmq-14.7.0/examples/bench/pyro_client.py
new file mode 100644
index 00000000..5e25feb2
--- /dev/null
+++ b/external_libs/python/pyzmq-14.7.0/examples/bench/pyro_client.py
@@ -0,0 +1,3 @@
+import Pyro.core
+
+client = Pyro.core.getProxyForURI("PYROLOC://localhost:7766/echo") \ No newline at end of file