1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 12:08:59 +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 binascii
import argparse