web/lib/django/core/template_loader.py
author ymh <ymh.work@gmail.com>
Thu, 21 Oct 2010 17:40:14 +0200
changeset 52 cabe73ea6929
parent 0 0d40e90630ef
permissions -rw-r--r--
Merge with 012451a812f1abd21e7e30f887f8f2ba90f58b4b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
0d40e90630ef Blinkster creation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
# This module is DEPRECATED!
0d40e90630ef Blinkster creation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
#
0d40e90630ef Blinkster creation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
# You should no longer be using django.template_loader.
0d40e90630ef Blinkster creation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
#
0d40e90630ef Blinkster creation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
# Use django.template.loader instead.
0d40e90630ef Blinkster creation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
0d40e90630ef Blinkster creation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
from django.template.loader import *