Use python3 in shebang to not pull in python2 dependency

This commit is contained in:
Tomáš Chvátal 2019-10-29 13:05:48 +01:00 committed by GitHub
parent 3162cc5be3
commit 7cf86a638f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
import struct