Changeset 1850
- Timestamp:
- Dec 15, 2008, 12:24:35 PM (16 years ago)
- Location:
- trunk/packages/invirt-xen-config
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-xen-config/debian/changelog
r1786 r1850 1 invirt-xen-config (0.0.19) unstable; urgency=low 2 3 * prune tempfile, subprocess imports from invirt-database 4 (subprocess! wow, that was a hack. that was also over a year ago, r223.) 5 6 -- Greg Price <price@mit.edu> Tue, 09 Dec 2008 00:25:56 -0500 7 1 8 invirt-xen-config (0.0.18) unstable; urgency=low 2 9 -
trunk/packages/invirt-xen-config/invirt-database
r1680 r1850 3 3 from invirt.config import structs as config 4 4 import re 5 import tempfile6 from subprocess import call7 5 8 6 connect()
Note: See TracChangeset
for help on using the changeset viewer.