Update hashbang to use /usr/bin/env python

Please use the /usr/bin/env python hashbang in order to properly detect alternative python installations (like those installed through homebrew on a mac).
This commit is contained in:
Michael Dance 2015-05-13 02:35:48 +12:00
parent 04bc56e048
commit dae4424fca

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
'''
Use Trezor as a hardware key for opening EncFS filesystem!