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/results2csv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testapp/exam/management/commands/results2csv.py') diff --git a/testapp/exam/management/commands/results2csv.py b/testapp/exam/management/commands/results2csv.py index 2993745..1cdf8e3 100644 --- a/testapp/exam/management/commands/results2csv.py +++ b/testapp/exam/management/commands/results2csv.py @@ -7,7 +7,7 @@ from django.core.management.base import BaseCommand from django.template import Template, Context # Local imports. -from exam.models import Quiz, QuestionPaper +from testapp.exam.models import Quiz, QuestionPaper result_template = Template('''\ "name","username","rollno","email","answered","total","attempts","position",\ -- cgit