diff options
Diffstat (limited to 'test/update-spec-tests.py')
-rwxr-xr-x | test/update-spec-tests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/update-spec-tests.py b/test/update-spec-tests.py index 0bcbab39..7ca0c879 100755 --- a/test/update-spec-tests.py +++ b/test/update-spec-tests.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 sys |