From 04e92630622e3be21d7dabbfd39ebe5bd3620324 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Mon, 23 Feb 2009 16:34:02 -0500 Subject: Forgot tempfile import. whoops. --- debuginfofs-mirror | 1 + 1 file changed, 1 insertion(+) diff --git a/debuginfofs-mirror b/debuginfofs-mirror index b6ff618..e751724 100755 --- a/debuginfofs-mirror +++ b/debuginfofs-mirror @@ -21,6 +21,7 @@ import os import sys import shutil +import tempfile import optparse import ConfigParser import rpmUtils.arch -- cgit