switched to python2.5
authorYang Zhang <y_z@mit.edu>
Sun, 27 Jul 2008 23:26:22 +0000 (19:26 -0400)
committerYang Zhang <y_z@mit.edu>
Sun, 27 Jul 2008 23:26:22 +0000 (19:26 -0400)
svn path=/trunk/packages/sipb-xen-base/; revision=729

debian/changelog
files/usr/sbin/invirt-getconf

index bfde53a..380ee65 100644 (file)
@@ -1,3 +1,9 @@
+sipb-xen-base (8.5) unstable; urgency=low
+
+  * using python 2.5
+
+ -- Yang Zhang <y_z@mit.edu>  Sun, 27 Jul 2008 19:24:47 -0400
+
 sipb-xen-base (8.4) unstable; urgency=low
 
   [ Greg Price ]
index cbb0a85..912156a 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.5
 
 from invirt.config import load
 from sys import argv, stderr