summaryrefslogtreecommitdiff
path: root/testapp/exam/views.py
diff options
context:
space:
mode:
authorPrabhu Ramachandran2015-03-01 10:31:18 +0530
committerPrabhu Ramachandran2015-03-01 10:31:18 +0530
commit997a7907a13b394e5ca69fadf17f5bb4d5445536 (patch)
tree4950c79bca8c99f8f83e20d314d3845aeff87423 /testapp/exam/views.py
parent265ad4d17f481e30a84350e8eb96e72c8cedef6b (diff)
parent2c6aa7e1ec058453ce8c559fce26b3ee05d99cae (diff)
downloadonline_test-997a7907a13b394e5ca69fadf17f5bb4d5445536.tar.gz
online_test-997a7907a13b394e5ca69fadf17f5bb4d5445536.tar.bz2
online_test-997a7907a13b394e5ca69fadf17f5bb4d5445536.zip
Merge pull request #36 from prathamesh920/app_package
App package
Diffstat (limited to 'testapp/exam/views.py')
-rw-r--r--testapp/exam/views.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/testapp/exam/views.py b/testapp/exam/views.py
index 7c9af6c..60dc01d 100644
--- a/testapp/exam/views.py
+++ b/testapp/exam/views.py
@@ -15,11 +15,11 @@ from django.views.decorators.csrf import csrf_exempt
from taggit.models import Tag
from itertools import chain
# Local imports.
-from exam.models import Quiz, Question, QuestionPaper, QuestionSet
-from exam.models import Profile, Answer, AnswerPaper, User
-from exam.forms import UserRegisterForm, UserLoginForm, QuizForm,\
+from testapp.exam.models import Quiz, Question, QuestionPaper, QuestionSet
+from testapp.exam.models import Profile, Answer, AnswerPaper, User
+from testapp.exam.forms import UserRegisterForm, UserLoginForm, QuizForm,\
QuestionForm, RandomQuestionForm
-from exam.xmlrpc_clients import code_server
+from testapp.exam.xmlrpc_clients import code_server
from settings import URL_ROOT
# The directory where user data can be saved.