2005-10-15 04:10:13 +08:00
|
|
|
# This module is DEPRECATED!
|
|
|
|
#
|
2006-05-02 09:31:56 +08:00
|
|
|
# You should no longer be using django.template_loader.
|
2005-10-15 04:10:13 +08:00
|
|
|
#
|
2006-05-02 09:31:56 +08:00
|
|
|
# Use django.template.loader instead.
|
2005-07-13 09:25:57 +08:00
|
|
|
|
2006-05-02 09:31:56 +08:00
|
|
|
from django.template.loader import *
|