aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf
diff options
context:
space:
mode:
authorMarc Tamlyn <marc.tamlyn@gmail.com>2012-07-27 12:39:03 +0100
committerMarc Tamlyn <marc.tamlyn@gmail.com>2012-07-27 12:39:03 +0100
commitdde369a6963382fe452b4f82f3953ca8c7f00e63 (patch)
tree44c83b62eff518e7e4715ff21dcc8155e63cc32b /wkhtmltopdf
parentf172db7a2a7f404e6543f04fc8664800591848e4 (diff)
downloaddjango-wkhtmltopdf-dde369a6963382fe452b4f82f3953ca8c7f00e63.tar.gz
django-wkhtmltopdf-dde369a6963382fe452b4f82f3953ca8c7f00e63.tar.bz2
django-wkhtmltopdf-dde369a6963382fe452b4f82f3953ca8c7f00e63.zip
Tidy up imports.
Diffstat (limited to 'wkhtmltopdf')
-rw-r--r--wkhtmltopdf/utils.py5
1 files changed, 1 insertions, 4 deletions
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