1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 06:48:16 +00:00

use env where possible

This commit is contained in:
Pavol Rusnak 2018-09-30 15:40:45 +02:00
parent 98dedc7baa
commit fe00995991
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from __future__ import print_function
import argparse
import hashlib