diff options
author | Valentin Kuznetsov <vkuznet@gmail.com> | 2016-01-11 13:46:16 -0500 |
---|---|---|
committer | Ramon Fernandez <ramon@mongodb.com> | 2016-01-15 17:03:22 -0500 |
commit | 5492a19aaf5fb02856cfe7d711c249472f84ccfc (patch) | |
tree | eeda03de398790e33391e7e1286d31ec1186807d /src/third_party/s2 | |
parent | 920d38ceb07bff0ec18e2f173d942c3b743dea4b (diff) | |
download | mongo-5492a19aaf5fb02856cfe7d711c249472f84ccfc.tar.gz |
SERVER-22135 Take python from environment rather system default path
Signed-off-by: Ramon Fernandez <ramon@mongodb.com>
Closes #1056
Diffstat (limited to 'src/third_party/s2')
-rwxr-xr-x | src/third_party/s2/pywraps2_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/s2/pywraps2_test.py b/src/third_party/s2/pywraps2_test.py index 5cd5e2e3f27..65198a3b8d7 100755 --- a/src/third_party/s2/pywraps2_test.py +++ b/src/third_party/s2/pywraps2_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/env python # Copyright 2006 Google Inc. All Rights Reserved. |