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 /scripts/sha256sum.py | |
parent | ea255e38b9bcc072ae7f1fc8062e208ed88c121f (diff) | |
download | wabt-d18058fe482a75ec8fefbef56d27cf5c8e36afd8.tar.gz wabt-d18058fe482a75ec8fefbef56d27cf5c8e36afd8.tar.bz2 wabt-d18058fe482a75ec8fefbef56d27cf5c8e36afd8.zip |
Remove support for python2 (#1321)
Diffstat (limited to 'scripts/sha256sum.py')
-rwxr-xr-x | scripts/sha256sum.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/sha256sum.py b/scripts/sha256sum.py index 5caedf5f..7d8cf3d1 100755 --- a/scripts/sha256sum.py +++ b/scripts/sha256sum.py @@ -14,7 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -from __future__ import print_function import argparse import hashlib import sys |