perf script python: Remove explicit shebang from tests/attr.c

commit d72eadbc1d upstream.

tests/attr.c invokes attr.py via an explicit invocation of Python
($PYTHON) so there is therefore no need for an explicit shebang.

Also most distros follow pep-0394 which recommends that /usr/bin/python
refer only to v2 and so may not exist on the system (if PYTHON=python3).

Signed-off-by: Tony Jones <tonyj@suse.de>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Ravi Bangoria <ravi.bangoria@linux.ibm.com>
Cc: Seeteena Thoufeek <s1seetee@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/20190124005229.16146-5-tonyj@suse.de
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Tony Jones 2019-01-23 16:52:27 -08:00 committed by Greg Kroah-Hartman
parent 8767bf7df6
commit e943e6b80d
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#! /usr/bin/env python
# SPDX-License-Identifier: GPL-2.0
import os