invirt-xen-config: prune tempfile, subprocess imports from invirt-database
authorGreg Price <price@mit.edu>
Mon, 15 Dec 2008 17:24:35 +0000 (12:24 -0500)
committerGreg Price <price@mit.edu>
Mon, 15 Dec 2008 17:24:35 +0000 (12:24 -0500)
(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
invirt-database

index f9fec3a..ffabdb6 100644 (file)
@@ -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 <price@mit.edu>  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
index b914701..76e959e 100644 (file)
@@ -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_"