|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] 09: python-path.patch
===
Name: python-path.patch
Description: fix path to python
There is no python2 in debian. Instead, use python.
DiffStat:
tools/python/xen/xend/server/SrvServer.py | 2 +-
tools/python/xen/xend/sxp.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
===
Description: fix path to python
There is no python2 in debian. Instead, use python.
--- xen-2.0.3.orig/tools/python/xen/xend/server/SrvServer.py
+++ xen-2.0.3/tools/python/xen/xend/server/SrvServer.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python
# Copyright (C) 2004 Mike Wray <mike.wray@xxxxxx>
"""Example xend HTTP and console server.
--- xen-2.0.3.orig/tools/python/xen/xend/sxp.py
+++ xen-2.0.3/tools/python/xen/xend/sxp.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python
# Copyright (C) 2004 Mike Wray <mike.wray@xxxxxx>
"""
Input-driven parsing for s-expression (sxp) format.
===
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] 09: python-path.patch,
Adam Heath <=
|
|
|
|
|