commit | 45abed954661406eddd14725d0729af5b7d73990 | [log] [tgz] |
---|---|---|
author | Morten Krogh-Jespersen <mkroghj@google.com> | Mon Jan 18 22:07:41 2021 +0100 |
committer | Morten Krogh-Jespersen <mkroghj@google.com> | Tue Jan 19 07:27:58 2021 +0000 |
tree | 08133a34dab5bd12d8727b5ad8ad812f630f8f99 | |
parent | 8a4d1cac0604fe64ec5fb94b3b9661b6291a3ee6 [diff] [blame] |
Update run_on_app to be python3 Change-Id: I770818b21cd90dd7a553186f7cf6d1ba2ef6260c
diff --git a/tools/run_on_app.py b/tools/run_on_app.py index 983ce6d..14310b6 100755 --- a/tools/run_on_app.py +++ b/tools/run_on_app.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (c) 2017, 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.