[Pkg-xen-changes] r783 - trunk/xen/debian/patches

Bastian Blank waldi at alioth.debian.org
Mon Jun 21 14:26:26 UTC 2010


Author: waldi
Date: Mon Jun 21 14:26:24 2010
New Revision: 783

Log:
debian/patches/tools-python-shebang.diff: Remove some more shebangs.

Modified:
   trunk/xen/debian/patches/tools-python-shebang.diff

Modified: trunk/xen/debian/patches/tools-python-shebang.diff
==============================================================================
--- trunk/xen/debian/patches/tools-python-shebang.diff	Mon Jun 21 14:09:22 2010	(r782)
+++ trunk/xen/debian/patches/tools-python-shebang.diff	Mon Jun 21 14:26:24 2010	(r783)
@@ -93,3 +93,27 @@
  #============================================================================
  # 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
+--- a/tools/python/xen/remus/save.py
++++ b/tools/python/xen/remus/save.py
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ import os, select, socket, threading, time, signal, xmlrpclib
+ 
+ from xen.xend.XendClient import server
+--- a/tools/python/xen/remus/vm.py
++++ b/tools/python/xen/remus/vm.py
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ import xmlrpclib
+ 
+ from xen.xend.XendClient import server
+--- a/tools/python/xen/xend/XendSXPDev.py
++++ b/tools/python/xen/xend/XendSXPDev.py
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-#
+ # Helper functions for dealing with the sxp representation of devices
+ 
+ import types



More information about the Pkg-xen-changes mailing list