app/django/core/template_loader.py
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 24 Mar 2009 18:43:22 +0000
changeset 2003 ed24a0bd19d9
parent 54 03e267d67478
permissions -rw-r--r--
Fixed error occurring when mentor or student posts a comment because a built-in function was passed rather then a real argument. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

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

from django.template.loader import *