commit | dcb172e477259638d97067e44ba66df3f3246b87 | [log] [tgz] |
---|---|---|
author | Ian Zerny <zerny@google.com> | Tue Feb 22 15:36:45 2022 +0100 |
committer | Ian Zerny <zerny@google.com> | Wed Feb 23 07:00:49 2022 +0000 |
tree | 3ba5d08c4353f8a109d9903bd1e71be43ae2f5ce | |
parent | 55de5d5fd7a61c99f6cb02144900018632914ac3 [diff] [blame] |
Update remaining scripts to invoke python3. Change-Id: I72c4058d0381e181a0cade5a4a31b88992ddaa38
diff --git a/tools/trigger.py b/tools/trigger.py index 33b44a7..2b9816a 100755 --- a/tools/trigger.py +++ b/tools/trigger.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (c) 2019, the R8 project authors. Please see the AUTHORS file # for details. All rights reserved. Use of this source code is governed by a # BSD-style license that can be found in the LICENSE file.