[Pkg-xen-changes] [xen] 30/48: tools-python-shebang.diff
Ian James Campbell
ijc at moszumanska.debian.org
Tue Dec 9 12:49:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
ijc pushed a commit to branch feature/patch-names
in repository xen.
commit 9e04b0568d6a3b8c3a242dd64773a59c87dcb0e9
Author: Bastian Blank <waldi at debian.org>
Date: Sat Jul 5 11:47:33 2014 +0200
tools-python-shebang.diff
Patch-Name: tools-python-shebang.diff
---
tools/python/xen/remus/save.py | 2 --
tools/python/xen/remus/vm.py | 2 --
tools/python/xen/util/bugtool.py | 2 --
tools/python/xen/util/pci.py | 2 --
tools/python/xen/util/vscsi_util.py | 1 -
tools/python/xen/xend/XendBase.py | 1 -
tools/python/xen/xend/XendClient.py | 1 -
tools/python/xen/xend/XendLocalStorageRepo.py | 1 -
tools/python/xen/xend/XendQCoWStorageRepo.py | 1 -
tools/python/xen/xend/XendSXPDev.py | 2 --
tools/python/xen/xend/XendStorageRepository.py | 1 -
tools/python/xen/xend/XendVDI.py | 1 -
tools/python/xen/xend/arch.py | 2 --
tools/python/xen/xend/osdep.py | 2 --
tools/python/xen/xend/sxp.py | 1 -
tools/python/xen/xm/xenapi_create.py | 1 -
16 files changed, 23 deletions(-)
diff --git a/tools/python/xen/remus/save.py b/tools/python/xen/remus/save.py
index 2193061..fdf78aa 100644
--- 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
diff --git a/tools/python/xen/remus/vm.py b/tools/python/xen/remus/vm.py
index 90002e3..b9d1263 100644
--- 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
diff --git a/tools/python/xen/util/bugtool.py b/tools/python/xen/util/bugtool.py
index 2abcc86..43aede8 100644
--- a/tools/python/xen/util/bugtool.py
+++ b/tools/python/xen/util/bugtool.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# 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
# License as published by the Free Software Foundation.
diff --git a/tools/python/xen/util/pci.py b/tools/python/xen/util/pci.py
index adeca4b..bfd7c22 100644
--- a/tools/python/xen/util/pci.py
+++ b/tools/python/xen/util/pci.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# PCI Device Information Class
# - Helps obtain information about which I/O resources a PCI device needs
#
diff --git a/tools/python/xen/util/vscsi_util.py b/tools/python/xen/util/vscsi_util.py
index 5872e65..6630527 100644
--- a/tools/python/xen/util/vscsi_util.py
+++ b/tools/python/xen/util/vscsi_util.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# -*- mode: python; -*-
#============================================================================
diff --git a/tools/python/xen/xend/XendBase.py b/tools/python/xen/xend/XendBase.py
index 9244776..96b7720 100644
--- a/tools/python/xen/xend/XendBase.py
+++ b/tools/python/xen/xend/XendBase.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#============================================================================
# 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 --git a/tools/python/xen/xend/XendClient.py b/tools/python/xen/xend/XendClient.py
index ef16699..2eb5095 100644
--- a/tools/python/xen/xend/XendClient.py
+++ b/tools/python/xen/xend/XendClient.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
#============================================================================
# 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 --git a/tools/python/xen/xend/XendLocalStorageRepo.py b/tools/python/xen/xend/XendLocalStorageRepo.py
index 31b86f6..272f3a1 100644
--- a/tools/python/xen/xend/XendLocalStorageRepo.py
+++ b/tools/python/xen/xend/XendLocalStorageRepo.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#============================================================================
# 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 --git a/tools/python/xen/xend/XendQCoWStorageRepo.py b/tools/python/xen/xend/XendQCoWStorageRepo.py
index 726df0b..53846b4 100644
--- a/tools/python/xen/xend/XendQCoWStorageRepo.py
+++ b/tools/python/xen/xend/XendQCoWStorageRepo.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#============================================================================
# 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 --git a/tools/python/xen/xend/XendSXPDev.py b/tools/python/xen/xend/XendSXPDev.py
index f145701..13621f4 100644
--- 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
diff --git a/tools/python/xen/xend/XendStorageRepository.py b/tools/python/xen/xend/XendStorageRepository.py
index 6ac94d3..c67aa37 100644
--- a/tools/python/xen/xend/XendStorageRepository.py
+++ b/tools/python/xen/xend/XendStorageRepository.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#============================================================================
# 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 --git a/tools/python/xen/xend/XendVDI.py b/tools/python/xen/xend/XendVDI.py
index f8abea6..778986f 100644
--- a/tools/python/xen/xend/XendVDI.py
+++ b/tools/python/xen/xend/XendVDI.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#============================================================================
# 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 --git a/tools/python/xen/xend/arch.py b/tools/python/xen/xend/arch.py
index 6d789d9..4f82735 100644
--- a/tools/python/xen/xend/arch.py
+++ b/tools/python/xen/xend/arch.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# 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
# License as published by the Free Software Foundation.
diff --git a/tools/python/xen/xend/osdep.py b/tools/python/xen/xend/osdep.py
index b51dd2e..d03247a 100644
--- a/tools/python/xen/xend/osdep.py
+++ b/tools/python/xen/xend/osdep.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# 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
# License as published by the Free Software Foundation.
diff --git a/tools/python/xen/xend/sxp.py b/tools/python/xen/xend/sxp.py
index c87270f..21ed514 100644
--- a/tools/python/xen/xend/sxp.py
+++ b/tools/python/xen/xend/sxp.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
#============================================================================
# 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 --git a/tools/python/xen/xm/xenapi_create.py b/tools/python/xen/xm/xenapi_create.py
index 346ff20..31d0130 100644
--- a/tools/python/xen/xm/xenapi_create.py
+++ b/tools/python/xen/xm/xenapi_create.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#============================================================================
# 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xen/xen.git
More information about the Pkg-xen-changes
mailing list