- diff -Naur xen-4.0.1.orig/Config.mk xen-4.0.1/Config.mk
- --- xen-4.0.1.orig/Config.mk 2010-10-21 11:40:41.420937333 -0700
- +++ xen-4.0.1/Config.mk 2010-10-21 11:40:41.377603979 -0700
- @@ -39,7 +39,7 @@
- BISON ?= bison
- FLEX ?= flex
- -PYTHON ?= python
- +PYTHON ?= python2
- PYTHON_PREFIX_ARG ?= --prefix="$(PREFIX)"
- # The above requires that PREFIX contains *no spaces*. This variable is here
- # to permit the user to set PYTHON_PREFIX_ARG to '' to workaround this bug:
- diff -Naur xen-4.0.1.orig/docs/pythfilter.py xen-4.0.1/docs/pythfilter.py
- --- xen-4.0.1.orig/docs/pythfilter.py 2010-10-21 11:34:49.973172332 -0700
- +++ xen-4.0.1/docs/pythfilter.py 2010-10-21 11:37:20.458436345 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- # pythfilter.py v1.5.5, written by Matthias Baas (baas@ira.uka.de)
- diff -Naur xen-4.0.1.orig/list.txt xen-4.0.1/list.txt
- --- xen-4.0.1.orig/list.txt 1969-12-31 16:00:00.000000000 -0800
- +++ xen-4.0.1/list.txt 2010-10-21 11:36:53.119036000 -0700
- @@ -0,0 +1,60 @@
- +./xen/tools/get-fields.sh
- +./xen/tools/compat-build-header.py
- +./xen/tools/compat-build-source.py
- +./docs/pythfilter.py
- +./tools/xenmon/xenmon.py
- +./tools/pygrub/src/pygrub
- +./tools/misc/xensymoops
- +./tools/misc/xm
- +./tools/misc/sbdf2devicepath
- +./tools/misc/xen-bugtool
- +./tools/misc/xen-python-path
- +./tools/misc/sxp-pretty
- +./tools/misc/xend
- +./tools/misc/xsview
- +./tools/misc/xencons
- +./tools/check/check_logging
- +./tools/remus/remus
- +./tools/security/xensec_ezpolicy
- +./tools/security/python/xensec_tools/acm_getlabel
- +./tools/vnet/scripts/vn
- +./tools/xentrace/xentrace_format
- +./tools/python/xen/remus/vm.py
- +./tools/python/xen/remus/save.py
- +./tools/python/xen/xend/arch.py
- +./tools/python/xen/xend/XendSXPDev.py
- +./tools/python/xen/xend/sxp.py
- +./tools/python/xen/xend/XendClient.py
- +./tools/python/xen/xend/osdep.py.orig
- +./tools/python/xen/xend/osdep.py
- +./tools/python/xen/util/vscsi_util.py
- +./tools/python/xen/util/bugtool.py
- +./tools/python/xen/util/pci.py
- +./tools/python/test.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test2.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test12.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test20.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test4.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test10.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test1.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test8.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test3.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test15.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test7.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test18.py
- +./tools/python/logging/logging-0.4.9.2/test/logrecv.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test6.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test21.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test17.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test19.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test13.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test0.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test14.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test5.py
- +./tools/python/logging/logging-0.4.9.2/test/logconf.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test16.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test22.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test9.py
- +./tools/python/logging/logging-0.4.9.2/test/log_test11.py
- +./tools/python/install-wrap
- diff -Naur xen-4.0.1.orig/tools/check/check_logging xen-4.0.1/tools/check/check_logging
- --- xen-4.0.1.orig/tools/check/check_logging 2010-10-21 11:34:50.046520332 -0700
- +++ xen-4.0.1/tools/check/check_logging 2010-10-21 11:37:46.481038182 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- # -*- mode: python; -*-
- import os
- diff -Naur xen-4.0.1.orig/tools/misc/sbdf2devicepath xen-4.0.1/tools/misc/sbdf2devicepath
- --- xen-4.0.1.orig/tools/misc/sbdf2devicepath 2010-10-21 11:34:50.043186332 -0700
- +++ xen-4.0.1/tools/misc/sbdf2devicepath 2010-10-21 11:37:31.742897788 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- # -*- mode: python; -*-
- #============================================================================
- # This library is free software; you can redistribute it and/or
- diff -Naur xen-4.0.1.orig/tools/misc/sxp-pretty xen-4.0.1/tools/misc/sxp-pretty
- --- xen-4.0.1.orig/tools/misc/sxp-pretty 2010-10-21 11:34:50.043186332 -0700
- +++ xen-4.0.1/tools/misc/sxp-pretty 2010-10-21 11:37:37.906848449 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- # -*- mode: python; -*-
- #============================================================================
- # This library is free software; you can redistribute it and/or
- diff -Naur xen-4.0.1.orig/tools/misc/xen-bugtool xen-4.0.1/tools/misc/xen-bugtool
- --- xen-4.0.1.orig/tools/misc/xen-bugtool 2010-10-21 11:34:50.043186332 -0700
- +++ xen-4.0.1/tools/misc/xen-bugtool 2010-10-21 11:37:33.766433741 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- # -*- mode: python; -*-
- diff -Naur xen-4.0.1.orig/tools/misc/xencons xen-4.0.1/tools/misc/xencons
- --- xen-4.0.1.orig/tools/misc/xencons 2010-10-21 11:34:50.043186332 -0700
- +++ xen-4.0.1/tools/misc/xencons 2010-10-21 11:37:43.857441834 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- ##############################################
- # Console client for Xen guest OSes
- diff -Naur xen-4.0.1.orig/tools/misc/xend xen-4.0.1/tools/misc/xend
- --- xen-4.0.1.orig/tools/misc/xend 2010-10-21 11:34:50.043186332 -0700
- +++ xen-4.0.1/tools/misc/xend 2010-10-21 11:37:39.970387341 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- # -*- mode: python; -*-
- #============================================================================
- # Copyright (C) 2004 Mike Wray <mike.wray@hp.com>
- diff -Naur xen-4.0.1.orig/tools/misc/xen-python-path xen-4.0.1/tools/misc/xen-python-path
- --- xen-4.0.1.orig/tools/misc/xen-python-path 2010-10-21 11:34:50.043186332 -0700
- +++ xen-4.0.1/tools/misc/xen-python-path 2010-10-21 11:37:35.746630755 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- # -*- mode: python; -*-
- #============================================================================
- # This library is free software; you can redistribute it and/or
- diff -Naur xen-4.0.1.orig/tools/misc/xensymoops xen-4.0.1/tools/misc/xensymoops
- --- xen-4.0.1.orig/tools/misc/xensymoops 2010-10-21 11:34:50.043186332 -0700
- +++ xen-4.0.1/tools/misc/xensymoops 2010-10-21 11:37:27.779167773 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- # An oops analyser for Xen
- # Usage: xensymoops path-to-xen.s < oops-message
- diff -Naur xen-4.0.1.orig/tools/misc/xm xen-4.0.1/tools/misc/xm
- --- xen-4.0.1.orig/tools/misc/xm 2010-10-21 11:34:50.043186332 -0700
- +++ xen-4.0.1/tools/misc/xm 2010-10-21 11:37:29.826039179 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- # -*- mode: python; -*-
- import sys
- diff -Naur xen-4.0.1.orig/tools/misc/xsview xen-4.0.1/tools/misc/xsview
- --- xen-4.0.1.orig/tools/misc/xsview 2010-10-21 11:34:50.043186332 -0700
- +++ xen-4.0.1/tools/misc/xsview 2010-10-21 11:37:42.123935767 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- import sys
- diff -Naur xen-4.0.1.orig/tools/pygrub/src/pygrub xen-4.0.1/tools/pygrub/src/pygrub
- --- xen-4.0.1.orig/tools/pygrub/src/pygrub 2010-10-21 11:34:50.039852332 -0700
- +++ xen-4.0.1/tools/pygrub/src/pygrub 2010-10-21 11:37:25.155572664 -0700
- @@ -1,4 +1,4 @@
- -#! /usr/bin/env python
- +#! /usr/bin/env python2
- #
- # pygrub - simple python-based bootloader for Xen
- #
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/logconf.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/logconf.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/logconf.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/logconf.py 2010-10-21 11:39:19.541010237 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- @@ -1735,4 +1735,4 @@
- root.mainloop()
- if __name__ == "__main__":
- - main()
- \ No newline at end of file
- + main()
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/logrecv.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/logrecv.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/logrecv.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/logrecv.py 2010-10-21 11:38:57.492139314 -0700
- @@ -1,4 +1,4 @@
- -#! /usr/bin/env python
- +#! /usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test0.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test0.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test0.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test0.py 2010-10-21 11:39:11.966920077 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test10.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test10.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test10.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test10.py 2010-10-21 11:38:36.531604657 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test11.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test11.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test11.py 2010-10-21 11:34:50.296570332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test11.py 2010-10-21 11:39:31.425533198 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- @@ -69,4 +69,4 @@
- logging.shutdown()
- if __name__ == "__main__":
- - test()
- \ No newline at end of file
- + test()
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test12.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test12.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test12.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test12.py 2010-10-21 11:38:30.388271385 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test13.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test13.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test13.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test13.py 2010-10-21 11:39:10.280084881 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test14.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test14.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test14.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test14.py 2010-10-21 11:39:13.803770340 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test15.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test15.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test15.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test15.py 2010-10-21 11:38:51.058271369 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test16.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test16.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test16.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test16.py 2010-10-21 11:39:21.124501557 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test17.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test17.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test17.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test17.py 2010-10-21 11:39:06.206343887 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- @@ -108,4 +108,4 @@
- fname = sys.argv[1]
- else:
- fname = "warn.ini"
- - runclient(fname)
- \ No newline at end of file
- + runclient(fname)
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test18.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test18.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test18.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test18.py 2010-10-21 11:38:55.451935442 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test19.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test19.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test19.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test19.py 2010-10-21 11:39:08.503240336 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test1.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test1.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test1.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test1.py 2010-10-21 11:38:41.581604555 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test20.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test20.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test20.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test20.py 2010-10-21 11:38:32.221604618 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test21.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test21.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test21.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test21.py 2010-10-21 11:39:01.852575531 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test22.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test22.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test22.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test22.py 2010-10-21 11:39:24.998223001 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test2.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test2.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test2.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test2.py 2010-10-21 11:38:28.754938250 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test3.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test3.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test3.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test3.py 2010-10-21 11:38:48.911604245 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- @@ -67,4 +67,4 @@
- logging.shutdown()
- if __name__ == "__main__":
- - main()
- \ No newline at end of file
- + main()
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test4.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test4.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test4.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test4.py 2010-10-21 11:38:34.184937908 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test5.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test5.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test5.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test5.py 2010-10-21 11:39:16.664056905 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- @@ -41,4 +41,4 @@
- log.removeHandler(hdlr)
- if __name__ == "__main__":
- - main()
- \ No newline at end of file
- + main()
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test6.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test6.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test6.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test6.py 2010-10-21 11:38:59.982388365 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- @@ -44,4 +44,4 @@
- logger.removeHandler(ntl)
- if __name__ == "__main__":
- - main()
- \ No newline at end of file
- + main()
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test7.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test7.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test7.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test7.py 2010-10-21 11:38:53.241714350 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- @@ -45,4 +45,4 @@
- logger.info("Info index = %d", i)
- sh.close()
- mh.close()
- -logger.removeHandler(mh)
- \ No newline at end of file
- +logger.removeHandler(mh)
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test8.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test8.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test8.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test8.py 2010-10-21 11:38:47.144936804 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- @@ -66,4 +66,4 @@
- logger.removeHandler(hdlr)
- if __name__ == "__main__":
- - main()
- \ No newline at end of file
- + main()
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test9.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test9.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test9.py 2010-10-21 11:34:50.296570332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test9.py 2010-10-21 11:39:29.882044287 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- diff -Naur xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test.py xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test.py
- --- xen-4.0.1.orig/tools/python/logging/logging-0.4.9.2/test/log_test.py 2010-10-21 11:34:50.293236332 -0700
- +++ xen-4.0.1/tools/python/logging/logging-0.4.9.2/test/log_test.py 2010-10-21 11:38:43.844938356 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
- #
- diff -Naur xen-4.0.1.orig/tools/python/xen/remus/save.py xen-4.0.1/tools/python/xen/remus/save.py
- --- xen-4.0.1.orig/tools/python/xen/remus/save.py 2010-10-21 11:34:50.276566332 -0700
- +++ xen-4.0.1/tools/python/xen/remus/save.py 2010-10-21 11:38:02.041604640 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- import os, select, socket, threading, time, signal, xmlrpclib
- diff -Naur xen-4.0.1.orig/tools/python/xen/remus/vm.py xen-4.0.1/tools/python/xen/remus/vm.py
- --- xen-4.0.1.orig/tools/python/xen/remus/vm.py 2010-10-21 11:34:50.276566332 -0700
- +++ xen-4.0.1/tools/python/xen/remus/vm.py 2010-10-21 11:37:59.391604677 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- import xmlrpclib
- diff -Naur xen-4.0.1.orig/tools/python/xen/util/bugtool.py xen-4.0.1/tools/python/xen/util/bugtool.py
- --- xen-4.0.1.orig/tools/python/xen/util/bugtool.py 2010-10-21 11:34:50.289902332 -0700
- +++ xen-4.0.1/tools/python/xen/util/bugtool.py 2010-10-21 11:38:19.948271343 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- # This library is free software; you can redistribute it and/or
- # modify it under the terms of version 2.1 of the GNU Lesser General Public
- diff -Naur xen-4.0.1.orig/tools/python/xen/util/pci.py xen-4.0.1/tools/python/xen/util/pci.py
- --- xen-4.0.1.orig/tools/python/xen/util/pci.py 2010-10-21 11:34:50.289902332 -0700
- +++ xen-4.0.1/tools/python/xen/util/pci.py 2010-10-21 11:38:24.508270159 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # PCI Device Information Class
- # - Helps obtain information about which I/O resources a PCI device needs
- diff -Naur xen-4.0.1.orig/tools/python/xen/util/vscsi_util.py xen-4.0.1/tools/python/xen/util/vscsi_util.py
- --- xen-4.0.1.orig/tools/python/xen/util/vscsi_util.py 2010-10-21 11:34:50.289902332 -0700
- +++ xen-4.0.1/tools/python/xen/util/vscsi_util.py 2010-10-21 11:38:18.221604787 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- # -*- mode: python; -*-
- #============================================================================
- diff -Naur xen-4.0.1.orig/tools/python/xen/xend/arch.py xen-4.0.1/tools/python/xen/xend/arch.py
- --- xen-4.0.1.orig/tools/python/xen/xend/arch.py 2010-10-21 11:34:50.276566332 -0700
- +++ xen-4.0.1/tools/python/xen/xend/arch.py 2010-10-21 11:38:03.704936713 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # This library is free software; you can redistribute it and/or
- # modify it under the terms of version 2.1 of the GNU Lesser General Public
- diff -Naur xen-4.0.1.orig/tools/python/xen/xend/osdep.py xen-4.0.1/tools/python/xen/xend/osdep.py
- --- xen-4.0.1.orig/tools/python/xen/xend/osdep.py 2010-10-21 11:34:50.286568332 -0700
- +++ xen-4.0.1/tools/python/xen/xend/osdep.py 2010-10-21 11:38:15.054938247 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # This library is free software; you can redistribute it and/or
- # modify it under the terms of version 2.1 of the GNU Lesser General Public
- diff -Naur xen-4.0.1.orig/tools/python/xen/xend/osdep.py.orig xen-4.0.1/tools/python/xen/xend/osdep.py.orig
- --- xen-4.0.1.orig/tools/python/xen/xend/osdep.py.orig 2010-10-21 11:34:50.286568332 -0700
- +++ xen-4.0.1/tools/python/xen/xend/osdep.py.orig 2010-10-21 11:38:12.954937852 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #
- # This library is free software; you can redistribute it and/or
- # modify it under the terms of version 2.1 of the GNU Lesser General Public
- diff -Naur xen-4.0.1.orig/tools/python/xen/xend/sxp.py xen-4.0.1/tools/python/xen/xend/sxp.py
- --- xen-4.0.1.orig/tools/python/xen/xend/sxp.py 2010-10-21 11:34:50.279900332 -0700
- +++ xen-4.0.1/tools/python/xen/xend/sxp.py 2010-10-21 11:38:09.248271388 -0700
- @@ -1,4 +1,4 @@
- -#!/usr/bin/env python
- +#!/usr/bin/env python2
- #============================================================================
- # This library is free software; you can redistribute it and/or
- # modify it under the terms of version 2.1 of the GNU Lesser General Public