From a51ae0eddcbc689e01d5f7843b95916561830c55 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Thu, 25 Sep 2014 16:28:43 +0530 Subject: modified import path in exam commands --- testapp/exam/management/commands/load_exam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testapp/exam/management/commands/load_exam.py') diff --git a/testapp/exam/management/commands/load_exam.py b/testapp/exam/management/commands/load_exam.py index e3f72da..c4a34a3 100644 --- a/testapp/exam/management/commands/load_exam.py +++ b/testapp/exam/management/commands/load_exam.py @@ -5,7 +5,7 @@ from os.path import basename from django.core.management.base import BaseCommand # Local imports. -from exam.models import Question, Quiz +from testapp.exam.models import Question, Quiz def clear_exam(): """Deactivate all questions from the database.""" -- cgit