diff options
author | Max Peterson <max@incuna.com> | 2011-09-06 13:02:17 +0100 |
---|---|---|
committer | Max Peterson <max@incuna.com> | 2011-09-06 13:02:17 +0100 |
commit | b0fd41994948fea627bc283c0740d8c6f4e1ad94 (patch) | |
tree | 81cc0c29541de2077a2a787648f298511934f8c9 /wkhtmltopdf/utils.py | |
parent | 6a79c8f8cb21e4870e90d25f76c1c419d00e09f2 (diff) | |
download | django-wkhtmltopdf-b0fd41994948fea627bc283c0740d8c6f4e1ad94.tar.gz django-wkhtmltopdf-b0fd41994948fea627bc283c0740d8c6f4e1ad94.tar.bz2 django-wkhtmltopdf-b0fd41994948fea627bc283c0740d8c6f4e1ad94.zip |
Removed unised importv0.1.1
Diffstat (limited to 'wkhtmltopdf/utils.py')
-rw-r--r-- | wkhtmltopdf/utils.py | 1 |
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.""" |