1
0
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:
Pavol Rusnak 2018-09-30 15:42:58 +02:00
parent 0418438ea1
commit 066d4b4e9a
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
from base64 import b64decode
from hashlib import sha256

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# script used to generate /embed/extmod/modtrezorui/loader.h

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import binascii
from trezorlib.client import TrezorClient