Merge pull request #4309 from ethereum/pythonVersion

Correctly choose python version for scripts requiring python2.
This commit is contained in:
Alex Beregszaszi 2018-06-17 22:31:55 +01:00 committed by GitHub
commit 1692f78b3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2
#
# This script reads C++ or RST source files and writes all
# multi-line strings into individual files.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2
#
# This script reads C++ or RST source files and writes all
# multi-line strings into individual files.