From e263244c70e8c5db0bc89bfee84ce37fe8e40d16 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Sat, 19 Nov 2011 16:08:05 +0530 Subject: Changed load_questions to load_exam Added option to define quizzes in the file we load from. Also fixed bug in import for the xmlrpc_clients.py and changed the verbose name for Quiz objects. --- exam/xmlrpc_clients.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exam/xmlrpc_clients.py') 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)) -- cgit