From 02989259d59ad88b4ec28d91cfc3fbce11db0a00 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 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 -- 1.7.9.5