From: Greg Price Date: Mon, 15 Dec 2008 17:24:35 +0000 (-0500) Subject: invirt-xen-config: prune tempfile, subprocess imports from invirt-database X-Git-Tag: 0.0.20~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-xen-config.git/commitdiff_plain/473d0354393d44b189bddc7a553bc091b40e3081?ds=sidebyside invirt-xen-config: prune tempfile, subprocess imports from invirt-database (subprocess! wow, that was a hack. that was also over a year ago, r223.) svn path=/trunk/packages/invirt-xen-config/; revision=1850 --- diff --git a/debian/changelog b/debian/changelog index f9fec3a..ffabdb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-xen-config (0.0.19) unstable; urgency=low + + * prune tempfile, subprocess imports from invirt-database + (subprocess! wow, that was a hack. that was also over a year ago, r223.) + + -- Greg Price Tue, 09 Dec 2008 00:25:56 -0500 + invirt-xen-config (0.0.18) unstable; urgency=low * Explicitly grab the short form of the hostname to assemble the backend diff --git a/invirt-database b/invirt-database index b914701..76e959e 100644 --- a/invirt-database +++ b/invirt-database @@ -2,8 +2,6 @@ from invirt.database import models, connect from invirt.config import structs as config import re -import tempfile -from subprocess import call connect() prefix = "d_"