mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
tools: use env where possible
This commit is contained in:
parent
0418438ea1
commit
066d4b4e9a
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from base64 import b64decode
|
||||
from hashlib import sha256
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# script used to generate /embed/extmod/modtrezorui/loader.h
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import binascii
|
||||
from trezorlib.client import TrezorClient
|
||||
|
Loading…
Reference in New Issue
Block a user