summaryrefslogtreecommitdiff
path: root/exam/xmlrpc_clients.py
blob: be2f8b1d47bb0cd2c9a100961c36b1823b9295d4 (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))