From: Mike O'Connor Date: Fri, 13 Mar 2009 14:01:51 +0000 (-0400) Subject: don't import tempfile in contents.py X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=92358c9baf5875df19e49255934c1fc964bc07ad;p=dak.git don't import tempfile in contents.py Signed-off-by: Mike O'Connor --- diff --git a/dak/contents.py b/dak/contents.py index 62155748..b4117e50 100644 --- a/dak/contents.py +++ b/dak/contents.py @@ -36,7 +36,6 @@ Create all the contents files import sys import os -import tempfile import logging import math import gzip