From d3ccf6bc894ab2c3362bf522808f2eb5f1f64900 Mon Sep 17 00:00:00 2001 From: Camillo Bruni Date: Tue, 10 May 2022 13:45:45 +0200 Subject: [PATCH] [tools] Use python3 by default for gm.py Change-Id: I16a090fc9af5447c5d36e7bbd4bece1537724678 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3637792 Auto-Submit: Camillo Bruni Reviewed-by: Jakob Kummerow Commit-Queue: Jakob Kummerow Cr-Commit-Position: refs/heads/main@{#80451} --- tools/dev/gm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dev/gm.py b/tools/dev/gm.py index 018ebc6b8b..ca9a37120d 100755 --- a/tools/dev/gm.py +++ b/tools/dev/gm.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright 2017 the V8 project authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file.