app/django/core/template_loader.py
author Augie Fackler <durin42@gmail.com>
Tue, 07 Jul 2009 20:17:23 -0500
changeset 2587 ec7818110fd2
parent 54 03e267d67478
permissions -rw-r--r--
Start using buildout to bring in external dependencies. This makes running tests easier in situations where dependencies are not always available, such as buildbot. Thanks to Matthew Wilkes <matthew@matthewwilkes.co.uk> for help and moral support.

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

from django.template.loader import *