summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2009-02-04 19:02:30 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2009-02-04 19:02:30 +0100
commit874c12e5f4bfdb989dd63c51734796869c6cc185 (patch)
treefbb9bebd25e14b0b2013ac3546439bc703f17391 /ext
parentd89f0f3defdebbf01a2f9f4a381b7e99a49ced03 (diff)
downloadjinja2-874c12e5f4bfdb989dd63c51734796869c6cc185.tar.gz
This fixes #317.
--HG-- branch : trunk
Diffstat (limited to 'ext')
-rw-r--r--ext/djangojinja2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/djangojinja2.py b/ext/djangojinja2.py
index ff584b7..bab6ec0 100644
--- a/ext/djangojinja2.py
+++ b/ext/djangojinja2.py
@@ -20,6 +20,7 @@
"""
from itertools import chain
from django.conf import settings
+from django.http import HttpResponse
from django.core.exceptions import ImproperlyConfigured
from django.template.context import get_standard_processors
from django.template import TemplateDoesNotExist