app/django/core/template_loader.py
author Mario Ferraro <fadinlight@gmail.com>
Thu, 17 Sep 2009 17:25:41 +0200
changeset 2938 062d5ddb15b7
parent 54 03e267d67478
permissions -rw-r--r--
Shrinksafe complains during compression of map JS fixed. It comes that "long" can't be used as a variable name as we did, because Shrinksafe complains that "long" is a reserved keyword.

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

from django.template.loader import *