mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-29 10:58:21 +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 base64 import b64decode
|
||||||
from hashlib import sha256
|
from hashlib import sha256
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# script used to generate /embed/extmod/modtrezorui/loader.h
|
# script used to generate /embed/extmod/modtrezorui/loader.h
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import binascii
|
import binascii
|
||||||
from trezorlib.client import TrezorClient
|
from trezorlib.client import TrezorClient
|
||||||
|
Loading…
Reference in New Issue
Block a user