app/django/core/template_loader.py
author Marcelo de Sena Lacerda <marceloslacerda@gmail.com>
Fri, 08 May 2009 14:55:36 +0200
changeset 2298 c7c331ed9a49
parent 54 03e267d67478
permissions -rw-r--r--
Add coverage support to the test suite This requires nose 0.11 to run.

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

from django.template.loader import *