changeset 4:79f332fb3275

dont know what i was thinking
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 08 Jul 2011 09:46:47 -0700
parents 75919adb199a
children 7ea2b5f12b2d
files carton.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/carton.py	Fri Jul 08 09:38:15 2011 -0700
+++ b/carton.py	Fri Jul 08 09:46:47 2011 -0700
@@ -134,7 +134,6 @@
     sources = args[1:]
 
     # tar up the sources
-    tempdir = tempfile.mkdtemp()
     source_buffer = StringIO()
     sources_tar = tarfile.open(mode="w:gz", fileobj=source_buffer)
     for source in sources: