Use python3 in shebang to not pull in python2 dependency
This commit is contained in:
parent
3162cc5be3
commit
7cf86a638f
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
|
||||
import struct
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user