app/django/core/template_loader.py
author Todd Larsen <tlarsen@google.com>
Wed, 01 Oct 2008 05:10:41 +0000
changeset 233 42733f531ebf
parent 54 03e267d67478
permissions -rw-r--r--
Add missing all() __doc__ string comments: "Args:" and "Returns:" sections.

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

from django.template.loader import *