Update hashbang to use /usr/bin/env python

pull/1/head
Pavol Rusnak 9 years ago
parent 99f58ac25d
commit 83b1b86f95

@ -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

@ -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)

Loading…
Cancel
Save