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

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