app/django/core/template_loader.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 20 Aug 2008 18:36:55 +0000
changeset 97 d01d0ae7d6c8
parent 54 03e267d67478
permissions -rw-r--r--
Moved Proposal model from wiki to source code and updated ProposalModel wiki page. Patch by: Pawel Solyga Review by: Todd Larsen Review issue: 362 Review URL: http://codereviews.googleopensourceprograms.com/362

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

from django.template.loader import *