summaryrefslogtreecommitdiff
path: root/examples/bench/pyro_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bench/pyro_client.py')
-rw-r--r--examples/bench/pyro_client.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/bench/pyro_client.py b/examples/bench/pyro_client.py
new file mode 100644
index 0000000..5e25feb
--- /dev/null
+++ b/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