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)
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


No differences found