From 92b7e8a3b1adf8ef2b989742a634d429c1577f16 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 17 Jun 2013 13:55:23 +0200 Subject: in shebang change python to python3 so that is will run on python3 of distributions that do not have python3 as default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- python3/sha3sum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python3/sha3sum.py') diff --git a/python3/sha3sum.py b/python3/sha3sum.py index d388f1f..84fedeb 100755 --- a/python3/sha3sum.py +++ b/python3/sha3sum.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- ''' sha3sum – SHA-3 (Keccak) checksum calculator -- cgit v1.2.3-70-g09d2