diff options
Diffstat (limited to 'test/utils.py')
-rw-r--r-- | test/utils.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/utils.py b/test/utils.py index bdb36e6e..6bbcb8af 100644 --- a/test/utils.py +++ b/test/utils.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 contextlib import os import json |