Update hashbang to use /usr/bin/env python

This commit is contained in:
Pavol Rusnak 2015-05-13 10:23:02 +02:00
parent 99f58ac25d
commit 83b1b86f95
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ also found in ``helloworld.py``
.. code:: python
#!/usr/bin/python
#!/usr/bin/env python
from trezorlib.client import TrezorClient
from trezorlib.transport_hid import HidTransport

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
__doc__ = '''
Use this script to cross-check that TREZOR generated valid
mnemonic sentence for given internal (TREZOR-generated)