summaryrefslogtreecommitdiff
path: root/src/third_party/s2
diff options
context:
space:
mode:
authorValentin Kuznetsov <vkuznet@gmail.com>2016-01-11 13:46:16 -0500
committerRamon Fernandez <ramon@mongodb.com>2016-01-15 17:03:22 -0500
commit5492a19aaf5fb02856cfe7d711c249472f84ccfc (patch)
treeeeda03de398790e33391e7e1286d31ec1186807d /src/third_party/s2
parent920d38ceb07bff0ec18e2f173d942c3b743dea4b (diff)
downloadmongo-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-xsrc/third_party/s2/pywraps2_test.py2
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.