diff options
Diffstat (limited to 'exam/xmlrpc_clients.py')
-rw-r--r-- | exam/xmlrpc_clients.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/exam/xmlrpc_clients.py b/exam/xmlrpc_clients.py new file mode 100644 index 0000000..1bc5513 --- /dev/null +++ b/exam/xmlrpc_clients.py @@ -0,0 +1,5 @@ +from xmlrpclib import ServerProxy + +# Connect to the python server. +python_server = ServerProxy('http://localhost:8001') +
\ No newline at end of file |