aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf
diff options
context:
space:
mode:
authorMax Peterson <max@incuna.com>2011-09-06 13:02:17 +0100
committerMax Peterson <max@incuna.com>2011-09-06 13:02:17 +0100
commitb0fd41994948fea627bc283c0740d8c6f4e1ad94 (patch)
tree81cc0c29541de2077a2a787648f298511934f8c9 /wkhtmltopdf
parent6a79c8f8cb21e4870e90d25f76c1c419d00e09f2 (diff)
downloaddjango-wkhtmltopdf-b0fd41994948fea627bc283c0740d8c6f4e1ad94.tar.gz
django-wkhtmltopdf-b0fd41994948fea627bc283c0740d8c6f4e1ad94.tar.bz2
django-wkhtmltopdf-b0fd41994948fea627bc283c0740d8c6f4e1ad94.zip
Removed unised importv0.1.1
Diffstat (limited to 'wkhtmltopdf')
-rw-r--r--wkhtmltopdf/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wkhtmltopdf/utils.py b/wkhtmltopdf/utils.py
index 17829fc..413a343 100644
--- a/wkhtmltopdf/utils.py
+++ b/wkhtmltopdf/utils.py
@@ -83,7 +83,6 @@ def render_to_pdf(template_name, dictionary=None, context_instance=None, header_
response['Content-Disposition'] = 'attachment;' + ' filename=%s' %filename
return response
-import codecs
def template_to_temp_file(*args, **kwargs):
"""Renders a template to a temp file, and returns the path of the file."""