Python 2 and 3 compatible shebang

This commit is contained in:
Michael Pound 2019-03-14 20:18:04 +00:00 committed by GitHub
parent ff50927417
commit 8efd8ffedd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
import hashlib
import sys