1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-17 20:08:12 +00:00

Merge pull request #36 from mdance/patch-2

Update hashbang to use /usr/bin/env python in helloworld.py
This commit is contained in:
slush0 2015-05-12 17:48:50 +02:00
commit 591ac01b75

View File

@ -1,4 +1,4 @@
#!/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