Merge pull request #128 from dougfelt/fix_find_python

Fix scripts that auto-invoke python to find it correctly.
pull/130/head
dougfelt 2017-05-17 10:21:32 -07:00 committed by GitHub
commit d7a04a95ee
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright 2016 Google Inc. All rights reserved.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright 2016 Google Inc. All rights reserved.
#