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-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/commitdiff_plain/02989259d59ad88b4ec28d91cfc3fbce11db0a00?ds=sidebyside adjust sys.path in scripts to find xen modules --- diff --git a/debian/changelog b/debian/changelog index c372036..3937a79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +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