Merge pull request #3331 from sevu/pythonv2

specify python version in shebang
This commit is contained in:
John McLear 2018-04-03 13:00:45 +01:00 committed by GitHub
commit ad89cb7d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python -u
#!/usr/bin/env PYTHONUNBUFFERED=1 python2
#
# Created by Bjarni R. Einarsson, placed in the public domain. Go wild!
#