From 453dfeb2b42b2c91ae6b5192d493f71d877b9616 Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Sat, 20 Apr 2013 14:42:32 -0400 Subject: [PATCH] adjust sys.path in scripts to find xen modules --- debian/changelog | 6 ++++++ host/usr/sbin/invirt-listvms | 1 + 2 files changed, 7 insertions(+) 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 -- 1.7.9.5