app/django/core/template_loader.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 06 Dec 2008 12:12:58 +0000
changeset 676 c6433532ddff
parent 54 03e267d67478
permissions -rw-r--r--
Swap the order of request key fields This will make it easier to remove scope_path as explicit key field at some point by having it as inplicit key field for all entities. Patch by: Sverre Rabbelier

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

from django.template.loader import *