Fix python shebangs from `#!/usr/bin/env python2.7*' to `#!/usr/bin/python2.7'.

* src/bitmessagecli.py: fix it.
* src/bitmessagemain.py: same.

This fixes #887.
This commit is contained in:
ng0 2016-07-16 15:42:19 +00:00
parent af0dfdcf93
commit d3a0404274
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7.x
#!/usr/bin/python2.7
# Created by Adam Melton (.dok) referenceing https://bitmessage.org/wiki/API_Reference for API documentation
# Distributed under the MIT/X11 software license. See http://www.opensource.org/licenses/mit-license.php.

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/python2.7
# Copyright (c) 2012-2016 Jonathan Warren
# Copyright (c) 2012-2016 The Bitmessage developers
# Distributed under the MIT/X11 software license. See the accompanying