diff options
author | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | 2009-07-11 01:00:00 +0000 |
---|---|---|
committer | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | 2009-07-11 01:00:00 +0000 |
commit | 1941e638b78233511b922164d793cbb9239180df (patch) | |
tree | e4025104782701213387ef1bacc7b1f138cb6d94 /tko | |
parent | 4830573275e08c2981f2dffe8410d54718ed9670 (diff) |
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: svn://test.kernel.org/autotest/trunk@3407 592f7852-d20e-0410-864c-8624ca9c26a4
Diffstat (limited to 'tko')
-rwxr-xr-x | tko/frontend.py | 1 | ||||
-rw-r--r-- | tko/nightly.py | 1 | ||||
-rw-r--r-- | tko/query_lib.py | 1 | ||||
-rw-r--r-- | tko/unique_cookie.py | 2 |
4 files changed, 0 insertions, 5 deletions
diff --git a/tko/frontend.py b/tko/frontend.py index d9aff027..1b51270d 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 5df841bd..1b0cf6f8 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 35e72808..77e1fbad 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 292d12ae..112acdc0 100644 --- a/tko/unique_cookie.py +++ b/tko/unique_cookie.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import os, random |