From 473d0354393d44b189bddc7a553bc091b40e3081 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Mon, 15 Dec 2008 12:24:35 -0500 Subject: [PATCH] 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 --- debian/changelog | 7 +++++++ invirt-database | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) 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_" -- 1.7.9.5