aboutsummaryrefslogtreecommitdiff
path: root/cros_utils
diff options
context:
space:
mode:
Diffstat (limited to 'cros_utils')
-rwxr-xr-xcros_utils/buildbot_json.py2
-rwxr-xr-xcros_utils/command_executer_unittest.py2
-rwxr-xr-xcros_utils/email_sender.py2
-rwxr-xr-xcros_utils/perf_diff.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/cros_utils/buildbot_json.py b/cros_utils/buildbot_json.py
index 693a42cd..8a9d9cb8 100755
--- a/cros_utils/buildbot_json.py
+++ b/cros_utils/buildbot_json.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/env python2
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/cros_utils/command_executer_unittest.py b/cros_utils/command_executer_unittest.py
index d5f5d0cf..f039ebc5 100755
--- a/cros_utils/command_executer_unittest.py
+++ b/cros_utils/command_executer_unittest.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/env python2
"""Unittest for command_executer.py."""
from __future__ import print_function
diff --git a/cros_utils/email_sender.py b/cros_utils/email_sender.py
index cd45b4ec..e5a20ad2 100755
--- a/cros_utils/email_sender.py
+++ b/cros_utils/email_sender.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/env python2
# Copyright 2011 Google Inc. All Rights Reserved.
"""Utilities to send email either through SMTP or SendGMR."""
diff --git a/cros_utils/perf_diff.py b/cros_utils/perf_diff.py
index c861f6ba..31cde994 100755
--- a/cros_utils/perf_diff.py
+++ b/cros_utils/perf_diff.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/env python2
# Copyright 2012 Google Inc. All Rights Reserved.
"""One-line documentation for perf_diff module.