app/django/core/template_loader.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sat, 06 Dec 2008 22:34:25 +0000
changeset 692 28c652eef017
parent 54 03e267d67478
permissions -rw-r--r--
Reset the RELEASE_TAG to None (unreleased) now that the 0.1a20081206 release candidate branch has been created. Patch by: Pawel Solyga

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

from django.template.loader import *