summaryrefslogtreecommitdiff
path: root/exam/xmlrpc_clients.py
blob: 1bc55136c96e69d4b21114e6a17a8b718369a8a5 (plain)
1
2
3
4
5
from xmlrpclib import ServerProxy

# Connect to the python server.
python_server = ServerProxy('http://localhost:8001')