From ed69676d435b7b6983271ed8fab200627a0b966e Mon Sep 17 00:00:00 2001 From: George Burgess IV Date: Mon, 12 Sep 2016 18:24:54 -0700 Subject: crosperf+cros_utils: Swap to #!/usr/bin/env. `cros lint` was recently updated to complain about using #!/usr/bin/python{,2,3} directly. Instead, it prefers /usr/bin/env python{2,3} now. BUG=None TEST=./run_tests.sh passes; linter seems much happier with crosperf. Change-Id: I9b88a7af1f8e03b7c870781c3d8dc1b872a3dfc3 Reviewed-on: https://chrome-internal-review.googlesource.com/286341 Commit-Ready: Luis Lozano Tested-by: Luis Lozano Reviewed-by: Luis Lozano --- crosperf/experiment_runner_unittest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crosperf/experiment_runner_unittest.py') diff --git a/crosperf/experiment_runner_unittest.py b/crosperf/experiment_runner_unittest.py index 6ad0c7fa..38ac3874 100755 --- a/crosperf/experiment_runner_unittest.py +++ b/crosperf/experiment_runner_unittest.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/env python2 # # Copyright (c) 2014 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be -- cgit v1.2.3