From: Adam Glasgall Date: Sat, 20 Apr 2013 18:42:32 +0000 (-0400) Subject: adjust sys.path in scripts to find xen modules X-Git-Tag: 0.4.18~9 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/commitdiff_plain/453dfeb2b42b2c91ae6b5192d493f71d877b9616 adjust sys.path in scripts to find xen modules --- diff --git a/debian/changelog b/debian/changelog index 191273d..926c2a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,12 @@ invirt-remote (0.4.16) unstable; urgency=low -- Peter A. Iannucci Tue, 28 May 2013 20:19:00 -0400 +invirt-remote (0.4.15~glasgall2) precise; urgency=low + + * Adjust sys.path in scripts to include the Xen modules + + -- Adam Glasgall Sat, 20 Apr 2013 14:41:50 -0400 + invirt-remote (0.4.15~glasgall1) precise; urgency=low * SQLAlchemy API fixups. diff --git a/host/usr/sbin/invirt-listvms b/host/usr/sbin/invirt-listvms index aeea6d7..7ca40c0 100755 --- a/host/usr/sbin/invirt-listvms +++ b/host/usr/sbin/invirt-listvms @@ -1,6 +1,7 @@ #!/usr/bin/python import sys +sys.path.append('/usr/lib/xen-default/lib/python/') import time from xen.lowlevel import xs