summaryrefslogtreecommitdiff
path: root/doc/core/howto/tutorial/listings/finger/fingerXRclient.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/core/howto/tutorial/listings/finger/fingerXRclient.py')
-rwxr-xr-xdoc/core/howto/tutorial/listings/finger/fingerXRclient.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/core/howto/tutorial/listings/finger/fingerXRclient.py b/doc/core/howto/tutorial/listings/finger/fingerXRclient.py
new file mode 100755
index 0000000..b854bcf
--- /dev/null
+++ b/doc/core/howto/tutorial/listings/finger/fingerXRclient.py
@@ -0,0 +1,5 @@
+# testing xmlrpc finger
+
+import xmlrpclib
+server = xmlrpclib.Server('http://127.0.0.1:8000/RPC2')
+print server.getUser('moshez')