From dde369a6963382fe452b4f82f3953ca8c7f00e63 Mon Sep 17 00:00:00 2001 From: Marc Tamlyn Date: Fri, 27 Jul 2012 12:39:03 +0100 Subject: Tidy up imports. --- wkhtmltopdf/utils.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'wkhtmltopdf') diff --git a/wkhtmltopdf/utils.py b/wkhtmltopdf/utils.py index f95eddf..99998a2 100644 --- a/wkhtmltopdf/utils.py +++ b/wkhtmltopdf/utils.py @@ -1,16 +1,13 @@ from __future__ import absolute_import from copy import copy +from functools import wraps from itertools import chain -from os import fdopen import os import sys -from tempfile import mkstemp import urllib from django.conf import settings -from django.template import loader -from django.utils.encoding import smart_str from .subprocess import check_output -- cgit v1.2.3