diff options
author | Sam Clegg <sbc@chromium.org> | 2020-02-11 18:25:31 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-11 18:25:31 -0800 |
commit | 4dceacb6ff662e382f1385ec038b9fdd062c0ed0 (patch) | |
tree | 6816ac7f0dc077500ab116051385d407c8a83d89 /scripts/spidermonkify.py | |
parent | 5cfac758ce4086300f93f29dd1584346f9ad030b (diff) | |
download | binaryen-4dceacb6ff662e382f1385ec038b9fdd062c0ed0.tar.gz binaryen-4dceacb6ff662e382f1385ec038b9fdd062c0ed0.tar.bz2 binaryen-4dceacb6ff662e382f1385ec038b9fdd062c0ed0.zip |
Convert remaining python scripts to run under python3 (#2643)
Diffstat (limited to 'scripts/spidermonkify.py')
-rw-r--r-- | scripts/spidermonkify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/spidermonkify.py b/scripts/spidermonkify.py index a5306af15..59969ded0 100644 --- a/scripts/spidermonkify.py +++ b/scripts/spidermonkify.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # 2016 WebAssembly Community Group participants # |