aboutsummaryrefslogtreecommitdiff
path: root/crosperf/results_organizer_unittest.py
diff options
context:
space:
mode:
authorGeorge Burgess IV <gbiv@google.com>2016-09-12 18:24:54 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-09-13 01:57:54 -0700
commited69676d435b7b6983271ed8fab200627a0b966e (patch)
tree940d47e74352f8bc4c33092f7933187571814ada /crosperf/results_organizer_unittest.py
parentc9df56c133c35bb5154a6c947d0986c35097c6e1 (diff)
downloadtoolchain-utils-ed69676d435b7b6983271ed8fab200627a0b966e.tar.gz
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 <llozano@chromium.org> Tested-by: Luis Lozano <llozano@chromium.org> Reviewed-by: Luis Lozano <llozano@chromium.org>
Diffstat (limited to 'crosperf/results_organizer_unittest.py')
-rwxr-xr-xcrosperf/results_organizer_unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crosperf/results_organizer_unittest.py b/crosperf/results_organizer_unittest.py
index 0d214124..ccf02973 100755
--- a/crosperf/results_organizer_unittest.py
+++ b/crosperf/results_organizer_unittest.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/env python2
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be