4bb5dcddb6cbdbaeb2f6e30b64304713954d271f - chromium/src

1,399 views
Skip to first unread message

davi...@chromium.org

unread,
Mar 1, 2022, 6:48:39 PM3/1/22
to chromium...@chromium.org
commit 4bb5dcddb6cbdbaeb2f6e30b64304713954d271f
Author: David Benjamin <davi...@chromium.org>
AuthorDate: Tue Mar 01 23:48:31 2022
Commit: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
CommitDate: Tue Mar 01 23:48:31 2022

Switch make_dafsa's #! lines to python3

I believe they're already running as Python 3 (see the PRESUBMIT.py file
in the directory, and GN's actions also run as Python 3 these days.

Bug: none
Change-Id: I2c75d04eb57446e5b2979a03f7ca4e1d6659e361
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3499123
Commit-Queue: David Benjamin <davi...@chromium.org>
Auto-Submit: David Benjamin <davi...@chromium.org>
Reviewed-by: Matt Mueller <ma...@chromium.org>
Commit-Queue: Matt Mueller <ma...@chromium.org>
Cr-Commit-Position: refs/heads/main@{#976473}

diff --git a/net/tools/dafsa/make_dafsa.py b/net/tools/dafsa/make_dafsa.py
index 0461f097..c34554c 100755
--- a/net/tools/dafsa/make_dafsa.py
+++ b/net/tools/dafsa/make_dafsa.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
diff --git a/net/tools/dafsa/make_dafsa_unittest.py b/net/tools/dafsa/make_dafsa_unittest.py
index b3519cf..cd7b62c 100755
--- a/net/tools/dafsa/make_dafsa_unittest.py
+++ b/net/tools/dafsa/make_dafsa_unittest.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
Reply all
Reply to author
Forward
0 new messages