From b0fd41994948fea627bc283c0740d8c6f4e1ad94 Mon Sep 17 00:00:00 2001 From: Max Peterson Date: Tue, 6 Sep 2011 13:02:17 +0100 Subject: Removed unised import --- wkhtmltopdf/utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wkhtmltopdf/utils.py') 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.""" -- cgit v1.2.3