For files that won't be directly executed, the #! is unneccessary and can
confuse some tools that attempt to detect what the file is.  Best to just
not have them there.

Signed-off-by: Jesse Keating <jkeating@redhat.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3407 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/bin/fsdev_mgr.py b/client/bin/fsdev_mgr.py
index 9136fb8..0d70a43 100644
--- a/client/bin/fsdev_mgr.py
+++ b/client/bin/fsdev_mgr.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
 """
 This module defines the BaseFsdevManager Class which provides an
 implementation of the 'fsdev' helper API; site specific extensions
diff --git a/client/bin/kernelexpand.py b/client/bin/kernelexpand.py
index 871b053..f774aa4 100755
--- a/client/bin/kernelexpand.py
+++ b/client/bin/kernelexpand.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # (C) International Business Machines 2008
 # Author: Andy Whitcroft
diff --git a/client/bin/os_dep.py b/client/bin/os_dep.py
index 9022913..3f95a98 100644
--- a/client/bin/os_dep.py
+++ b/client/bin/os_dep.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 import os
 
 """
diff --git a/client/common_lib/control_data.py b/client/common_lib/control_data.py
index 54ef501..e30d4ca 100644
--- a/client/common_lib/control_data.py
+++ b/client/common_lib/control_data.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright 2008 Google Inc. Released under the GPL v2
 
diff --git a/client/common_lib/packages.py b/client/common_lib/packages.py
index def8ccc..a7043f7 100644
--- a/client/common_lib/packages.py
+++ b/client/common_lib/packages.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
 """
 This module defines the BasePackageManager Class which provides an
 implementation of the packaging system API providing methods to fetch,
diff --git a/client/common_lib/utils.py b/client/common_lib/utils.py
index 26d4217..b0e1835 100644
--- a/client/common_lib/utils.py
+++ b/client/common_lib/utils.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright 2008 Google Inc. Released under the GPL v2
 
diff --git a/mirror/trigger.py b/mirror/trigger.py
index 562ec05..9839885 100755
--- a/mirror/trigger.py
+++ b/mirror/trigger.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 import os, re
 
 # Given a file full of rsync output, scan through it for things that look like
diff --git a/server/base_utils.py b/server/base_utils.py
index 7702c83..7953a6b 100644
--- a/server/base_utils.py
+++ b/server/base_utils.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # Copyright 2008 Google Inc, Martin J. Bligh <mbligh@google.com>,
 #                Benjamin Poirier, Ryan Stutsman
 # Released under the GPL v2
diff --git a/server/hosts/__init__.py b/server/hosts/__init__.py
index f8b6803..2d90332 100644
--- a/server/hosts/__init__.py
+++ b/server/hosts/__init__.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright 2007 Google Inc. Released under the GPL v2
 
diff --git a/server/hosts/base_classes.py b/server/hosts/base_classes.py
index 2c6711c..2122682 100644
--- a/server/hosts/base_classes.py
+++ b/server/hosts/base_classes.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright 2007 Google Inc. Released under the GPL v2
 
diff --git a/server/hosts/bootloader.py b/server/hosts/bootloader.py
index f883689..4ee9ece 100644
--- a/server/hosts/bootloader.py
+++ b/server/hosts/bootloader.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright 2007 Google Inc. Released under the GPL v2
 
diff --git a/server/hosts/guest.py b/server/hosts/guest.py
index 80a15a4..bd57e9d 100644
--- a/server/hosts/guest.py
+++ b/server/hosts/guest.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright 2007 Google Inc. Released under the GPL v2
 
diff --git a/server/hosts/kvm_guest.py b/server/hosts/kvm_guest.py
index f8d06e1..c17bb98 100644
--- a/server/hosts/kvm_guest.py
+++ b/server/hosts/kvm_guest.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright 2007 Google Inc. Released under the GPL v2
 
diff --git a/server/hosts/ssh_host.py b/server/hosts/ssh_host.py
index d5b4ad7..968f23c 100644
--- a/server/hosts/ssh_host.py
+++ b/server/hosts/ssh_host.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright 2007 Google Inc. Released under the GPL v2
 
diff --git a/server/hypervisor.py b/server/hypervisor.py
index 75ad321..27a6108 100644
--- a/server/hypervisor.py
+++ b/server/hypervisor.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright 2007 Google Inc. Released under the GPL v2
 
diff --git a/server/kvm.py b/server/kvm.py
index 0e57731..eddf767 100644
--- a/server/kvm.py
+++ b/server/kvm.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright 2007 Google Inc. Released under the GPL v2
 
diff --git a/server/rpm_kernel.py b/server/rpm_kernel.py
index cd01a55..b0ab028 100644
--- a/server/rpm_kernel.py
+++ b/server/rpm_kernel.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright 2007 Google Inc. Released under the GPL v2
 
diff --git a/server/standalone_profiler.py b/server/standalone_profiler.py
index cbfda4e..0da60d1 100644
--- a/server/standalone_profiler.py
+++ b/server/standalone_profiler.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 # Copyright 2007 Google Inc. All Rights Reserved.
 
diff --git a/tko/frontend.py b/tko/frontend.py
index d9aff02..1b51270 100755
--- a/tko/frontend.py
+++ b/tko/frontend.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 import os, re, db, sys, datetime
 import common
 from autotest_lib.client.common_lib import kernel_versions
diff --git a/tko/nightly.py b/tko/nightly.py
index 5df841b..1b0cf6f 100644
--- a/tko/nightly.py
+++ b/tko/nightly.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #  tko/nightly.py  code shared by various *_nightly.cgi scripts
 
 import cgi, cgitb
diff --git a/tko/query_lib.py b/tko/query_lib.py
index 35e7280..77e1fba 100644
--- a/tko/query_lib.py
+++ b/tko/query_lib.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 """
 This library provides a bunch of miscellaneous parameter parsing,
 sql generating and list cleanup library functions that are used
diff --git a/tko/unique_cookie.py b/tko/unique_cookie.py
index 292d12a..112acdc 100644
--- a/tko/unique_cookie.py
+++ b/tko/unique_cookie.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 import os, random