summaryrefslogtreecommitdiff
path: root/yaksh/tests.py
diff options
context:
space:
mode:
authorPrabhu Ramachandran2016-04-13 16:58:00 +0530
committerPrabhu Ramachandran2016-04-13 16:58:00 +0530
commit97bdb23fbacc3e625beb96efdf58431f42604a81 (patch)
tree06d3cd76a3f38b4ceb8ba7e93d64db12ba9f5b7f /yaksh/tests.py
parent2dfef7f76cb04b34901650dc9ae0f41ef394d6ba (diff)
parent523390f284b93e10af35058931b06eed1550700c (diff)
downloadonline_test-97bdb23fbacc3e625beb96efdf58431f42604a81.tar.gz
online_test-97bdb23fbacc3e625beb96efdf58431f42604a81.tar.bz2
online_test-97bdb23fbacc3e625beb96efdf58431f42604a81.zip
Merge pull request #91 from prathamesh920/migration_to_django_1_9
Migration from django 1.6 to django 1.9
Diffstat (limited to 'yaksh/tests.py')
-rw-r--r--yaksh/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/tests.py b/yaksh/tests.py
index d8e108a..d6d1d91 100644
--- a/yaksh/tests.py
+++ b/yaksh/tests.py
@@ -1,4 +1,4 @@
-from django.utils import unittest
+import unittest
from yaksh.models import User, Profile, Question, Quiz, QuestionPaper,\
QuestionSet, AnswerPaper, Answer, TestCase, Course
import json