commit | d03e6b501f55bac51f6f91fb7e966170991e1a7c | [log] [tgz] |
---|---|---|
author | Mike Frysinger <[email protected]> | Sat Aug 03 12:49:01 2019 -0400 |
committer | chrome-bot <[email protected]> | Fri Aug 16 12:40:23 2019 -0700 |
tree | 795f069bed5585687b618d17a5dc8cd69c199933 | |
parent | 486c13d5956d7fcad43efacf4f3521e1abad5241 [diff] [blame] |
[autotest] change python shebang to python2 Make sure all these scripts run as Python 2 since there is no support for Python 3 in this code base. This allows us to change the default `python` to Python 3. BUG=chromium:990593 TEST=CQ passes Exempt-From-Owner-Approval: everyone has chimed in Change-Id: I05321d92696f4550ced0741ead5023c8ec43c1e7 Reviewed-on: https://chromium-review.googlesource.com/1734588 Tested-by: Mike Frysinger <[email protected]> Commit-Ready: ChromeOS CL Exonerator Bot <[email protected]> Legacy-Commit-Queue: Commit Bot <[email protected]> Reviewed-by: Vadim Bendebury <[email protected]> Reviewed-by: Allen Li <[email protected]>
diff --git a/utils/build_externals.py b/utils/build_externals.py index bb350dd..34f3790 100755 --- a/utils/build_externals.py +++ b/utils/build_externals.py
@@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # # Please keep this code python 2.4 compatible and standalone.