diff options
Diffstat (limited to 'testapp/exam/management/commands/load_questions_xml.py')
-rw-r--r-- | testapp/exam/management/commands/load_questions_xml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/exam/management/commands/load_questions_xml.py b/testapp/exam/management/commands/load_questions_xml.py index 8bc2701..3e13ae1 100644 --- a/testapp/exam/management/commands/load_questions_xml.py +++ b/testapp/exam/management/commands/load_questions_xml.py @@ -8,7 +8,7 @@ import re from django.core.management.base import BaseCommand # Local imports. -from exam.models import Question +from testapp.exam.models import Question def decode_html(html_str): """Un-escape or decode HTML strings to more usable Python strings. |