mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-17 01:52:02 +00:00
Update hashbang to use /usr/bin/env python
This commit is contained in:
parent
99f58ac25d
commit
83b1b86f95
@ -12,7 +12,7 @@ also found in ``helloworld.py``
|
|||||||
|
|
||||||
.. code:: python
|
.. code:: python
|
||||||
|
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
from trezorlib.client import TrezorClient
|
from trezorlib.client import TrezorClient
|
||||||
from trezorlib.transport_hid import HidTransport
|
from trezorlib.transport_hid import HidTransport
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
__doc__ = '''
|
__doc__ = '''
|
||||||
Use this script to cross-check that TREZOR generated valid
|
Use this script to cross-check that TREZOR generated valid
|
||||||
mnemonic sentence for given internal (TREZOR-generated)
|
mnemonic sentence for given internal (TREZOR-generated)
|
||||||
|
Loading…
Reference in New Issue
Block a user