app/django/core/template_loader.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 19 Mar 2009 08:04:07 +0000
changeset 1931 b5d0e70c8607
parent 54 03e267d67478
permissions -rw-r--r--
Org applications can now be deleted up to the deadline. As requested in Issue 341. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

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

from django.template.loader import *