1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-25 16:08:32 +00:00

Update hashbang to use /usr/bin/env python

This commit is contained in:
Michael Dance 2015-05-13 11:55:39 +12:00
parent 591ac01b75
commit d995059656

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
import os import os
import binascii import binascii
import argparse import argparse