From d18058fe482a75ec8fefbef56d27cf5c8e36afd8 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Fri, 31 Jan 2020 13:35:27 -0800 Subject: Remove support for python2 (#1321) --- scripts/gen-emscripten-exported-json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/gen-emscripten-exported-json.py') diff --git a/scripts/gen-emscripten-exported-json.py b/scripts/gen-emscripten-exported-json.py index 7f5246f2..3eaca462 100755 --- a/scripts/gen-emscripten-exported-json.py +++ b/scripts/gen-emscripten-exported-json.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright 2016 WebAssembly Community Group participants # -- cgit v1.2.3