diff options
Diffstat (limited to 'testapp/exam/xmlrpc_clients.py')
-rw-r--r-- | testapp/exam/xmlrpc_clients.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testapp/exam/xmlrpc_clients.py b/testapp/exam/xmlrpc_clients.py index 8f5642e..3a3c0c6 100644 --- a/testapp/exam/xmlrpc_clients.py +++ b/testapp/exam/xmlrpc_clients.py @@ -2,6 +2,7 @@ from xmlrpclib import ServerProxy import time import random import socket +import json from settings import SERVER_PORTS, SERVER_POOL_PORT |