app/django/core/template_loader.py
author Sverre Rabbelier <srabbelier@gmail.com>
Wed, 01 Apr 2009 00:29:50 +0000
changeset 2046 1fb1c628ad60
parent 54 03e267d67478
permissions -rw-r--r--
Factor out the setup() method in interactive Also allow specifying a custom context dictionary in remote, which will be used by the stats module to add helper methods. 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 *