app/django/core/template_loader.py
author James Levy <jamesalexanderlevy@gmail.com>
Sun, 28 Jun 2009 13:07:18 +0200
changeset 2428 8ca9f32d3fc4
parent 54 03e267d67478
permissions -rw-r--r--
Added Survey and SurveyContent model. They are currently located in a single file this can be undone later on. Patch by: James Levy, Daniel Diniz, Lennard de Rijk Reviewed by: Lennard de Rijk

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

from django.template.loader import *