From 83b1b86f95f4fa037912a1732b6be3f3eacc35b2 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 13 May 2015 10:23:02 +0200 Subject: [PATCH] Update hashbang to use /usr/bin/env python --- README.rst | 2 +- mnemonic_check.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2522f03..b716db4 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/mnemonic_check.py b/mnemonic_check.py index 858b606..e9d2704 100755 --- a/mnemonic_check.py +++ b/mnemonic_check.py @@ -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)