diff options
author | Sam Clegg <sbc@chromium.org> | 2020-01-31 13:35:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-31 13:35:27 -0800 |
commit | d18058fe482a75ec8fefbef56d27cf5c8e36afd8 (patch) | |
tree | 1194a4e8e239013713d38123275c636e74d3646a /test/gen-wasm.py | |
parent | ea255e38b9bcc072ae7f1fc8062e208ed88c121f (diff) | |
download | wabt-d18058fe482a75ec8fefbef56d27cf5c8e36afd8.tar.gz wabt-d18058fe482a75ec8fefbef56d27cf5c8e36afd8.tar.bz2 wabt-d18058fe482a75ec8fefbef56d27cf5c8e36afd8.zip |
Remove support for python2 (#1321)
Diffstat (limited to 'test/gen-wasm.py')
-rwxr-xr-x | test/gen-wasm.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/gen-wasm.py b/test/gen-wasm.py index 26d58fda..31de03d1 100755 --- a/test/gen-wasm.py +++ b/test/gen-wasm.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright 2016 WebAssembly Community Group participants # @@ -15,7 +15,6 @@ # limitations under the License. # -from __future__ import print_function import argparse import os import struct |