summaryrefslogtreecommitdiff
path: root/scripts/sha256sum.py
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2020-01-31 13:35:27 -0800
committerGitHub <noreply@github.com>2020-01-31 13:35:27 -0800
commitd18058fe482a75ec8fefbef56d27cf5c8e36afd8 (patch)
tree1194a4e8e239013713d38123275c636e74d3646a /scripts/sha256sum.py
parentea255e38b9bcc072ae7f1fc8062e208ed88c121f (diff)
downloadwabt-d18058fe482a75ec8fefbef56d27cf5c8e36afd8.tar.gz
wabt-d18058fe482a75ec8fefbef56d27cf5c8e36afd8.tar.bz2
wabt-d18058fe482a75ec8fefbef56d27cf5c8e36afd8.zip
Remove support for python2 (#1321)
Diffstat (limited to 'scripts/sha256sum.py')
-rwxr-xr-xscripts/sha256sum.py1
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