adjust sys.path in scripts to find xen modules
authorAdam Glasgall <adam@crossproduct.net>
Sat, 20 Apr 2013 18:42:32 +0000 (14:42 -0400)
committerAlexander Chernyakhovsky <achernya@mit.edu>
Fri, 31 May 2013 22:34:52 +0000 (18:34 -0400)
debian/changelog
host/usr/sbin/invirt-listvms

index 191273d..926c2a3 100644 (file)
@@ -4,6 +4,12 @@ invirt-remote (0.4.16) unstable; urgency=low
 
  -- Peter A. Iannucci <iannucci@mit.edu>  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 <glasgall@mit.edu>  Sat, 20 Apr 2013 14:41:50 -0400
+
 invirt-remote (0.4.15~glasgall1) precise; urgency=low
 
   * SQLAlchemy API fixups.
index aeea6d7..7ca40c0 100755 (executable)
@@ -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