summaryrefslogtreecommitdiff
path: root/deps/v8/tools/get_landmines.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/get_landmines.py')
-rwxr-xr-xdeps/v8/tools/get_landmines.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/deps/v8/tools/get_landmines.py b/deps/v8/tools/get_landmines.py
index bf8efa595e..a2ace649f6 100755
--- a/deps/v8/tools/get_landmines.py
+++ b/deps/v8/tools/get_landmines.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright 2014 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.
@@ -8,9 +8,6 @@ This file emits the list of reasons why a particular build needs to be clobbered
(or a list of 'landmines').
"""
-# for py2/py3 compatibility
-from __future__ import print_function
-
import os
import sys