Replace NamedTemporaryFile with mkstemp in invirt-build-conf and
authorEvan Broder <broder@mit.edu>
Thu, 26 Nov 2009 14:45:03 +0000 (09:45 -0500)
committerEvan Broder <broder@mit.edu>
Thu, 26 Nov 2009 14:45:03 +0000 (09:45 -0500)
commit643e51926cb33b020b1a5b2726239e96a754b65f
treecbc1c9f3b1a6dfa625d6028c2ed818f7e4057c2a
parentf8aea528d7813a1e6ea648510483ca6d371f75ba
Replace NamedTemporaryFile with mkstemp in invirt-build-conf and
invirt-submit-build.

NamedTemporaryFile lacks the delete kwarg in Python 2.5, meaning that
files are always deleted when the fd is closed.

svn path=/trunk/packages/invirt-dev/; revision=2567
invirt-build-conf
invirt-submit-build