app/django/core/template_loader.py
author Daniel Hans <Daniel.M.Hans@gmail.com>
Fri, 30 Oct 2009 22:24:34 +0100
changeset 3069 1b9c554ca96d
parent 54 03e267d67478
permissions -rw-r--r--
Multiple choice nonrequired questions now accept empty answers. The change is mostly concerned with issue 674, probably fixing it.

# This module is DEPRECATED!
#
# You should no longer be using django.template_loader.
#
# Use django.template.loader instead.

from django.template.loader import *