1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-16 10:20:57 +00:00

use env for python

This commit is contained in:
Pavol Rusnak 2016-05-24 20:47:57 +02:00
parent 54c8bfd1d4
commit a59eb22bcd
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 binascii
import os