From 4dceacb6ff662e382f1385ec038b9fdd062c0ed0 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Tue, 11 Feb 2020 18:25:31 -0800 Subject: Convert remaining python scripts to run under python3 (#2643) --- scripts/test/asm2wasm.py | 2 +- scripts/test/generate_lld_tests.py | 2 +- scripts/test/lld.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/test') diff --git a/scripts/test/asm2wasm.py b/scripts/test/asm2wasm.py index 74f34e789..0c5abb828 100755 --- a/scripts/test/asm2wasm.py +++ b/scripts/test/asm2wasm.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright 2017 WebAssembly Community Group participants # diff --git a/scripts/test/generate_lld_tests.py b/scripts/test/generate_lld_tests.py index 1f9324a88..25a72f885 100755 --- a/scripts/test/generate_lld_tests.py +++ b/scripts/test/generate_lld_tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright 2017 WebAssembly Community Group participants # diff --git a/scripts/test/lld.py b/scripts/test/lld.py index 992a35655..6256ea003 100755 --- a/scripts/test/lld.py +++ b/scripts/test/lld.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright 2017 WebAssembly Community Group participants # # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.2.3