diff options
Diffstat (limited to 'exam/xmlrpc_clients.py')
-rw-r--r-- | exam/xmlrpc_clients.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exam/xmlrpc_clients.py b/exam/xmlrpc_clients.py index be2f8b1..5dc51c6 100644 --- a/exam/xmlrpc_clients.py +++ b/exam/xmlrpc_clients.py @@ -1,5 +1,5 @@ from xmlrpclib import ServerProxy -from ..settings import SERVER_PORT +from settings import SERVER_PORT # Connect to the python server. python_server = ServerProxy('http://localhost:%d'%(SERVER_PORT)) |