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.transport_hid import HidTransport