# HG changeset patch # User Jeff Hammel # Date 1310143607 25200 # Node ID 79f332fb32756c74996788bdac8ad98ad4f44821 # Parent 75919adb199aae95a45253187e8b84f1b8c0e5b6 dont know what i was thinking diff -r 75919adb199a -r 79f332fb3275 carton.py --- 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: