app/django/core/template_loader.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Tue, 19 Aug 2008 17:57:58 +0000
changeset 79 58001ec7720c
parent 54 03e267d67478
permissions -rw-r--r--
Home site templates and basic view. Patch by: Pawel Solyga Review by: Todd Larsen Review issue: 385 Review URL: http://codereviews.googleopensourceprograms.com/385

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

from django.template.loader import *