app/django/core/template_loader.py
author Sverre Rabbelier <srabbelier@gmail.com>
Fri, 23 Jan 2009 16:53:19 +0000
changeset 926 390c8a98cdd0
parent 54 03e267d67478
permissions -rw-r--r--
Bugfixes to last commit Access rights for 'home' pages and an errornous endif tag. 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 *