diff options
author | Nathaniel Manista <nathaniel@google.com> | 2015-09-23 16:29:44 +0000 |
---|---|---|
committer | Nathaniel Manista <nathaniel@google.com> | 2015-09-23 16:29:44 +0000 |
commit | ae4fbcd6434de1b927259f5456a822f720e36434 (patch) | |
tree | f97478bfd49eacc0b2c5ee42b3e85f2f8cabcab4 /tools/profile_analyzer | |
parent | 41aab15c74130ae36850d88c8bea0063c83236e7 (diff) |
Use "#!/usr/bin/env python2.7" only in utilities
Diffstat (limited to 'tools/profile_analyzer')
-rwxr-xr-x | tools/profile_analyzer/profile_analyzer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profile_analyzer/profile_analyzer.py b/tools/profile_analyzer/profile_analyzer.py index a78f84e5e6..e5e9a28a92 100755 --- a/tools/profile_analyzer/profile_analyzer.py +++ b/tools/profile_analyzer/profile_analyzer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 # Copyright 2015, Google Inc. # All rights reserved. # |