aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-09-22 16:19:19 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-09-22 16:19:19 +0000
commitc286524bbf7e62e9c4feb5d3d07b6ebd5209d9cc (patch)
tree1e9f7527ac6f94c9ff9f707c5e10352dd66bbd3b /scripts
parent2534ae201e47986d36d5fab0e523a7f046b8ec1e (diff)
downloadgoogletest-c286524bbf7e62e9c4feb5d3d07b6ebd5209d9cc.tar.gz
googletest-c286524bbf7e62e9c4feb5d3d07b6ebd5209d9cc.tar.bz2
googletest-c286524bbf7e62e9c4feb5d3d07b6ebd5209d9cc.zip
Removes gtest's dependency on python2.4.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen_gtest_pred_impl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_gtest_pred_impl.py b/scripts/gen_gtest_pred_impl.py
index d1b2f253..8307134a 100755
--- a/scripts/gen_gtest_pred_impl.py
+++ b/scripts/gen_gtest_pred_impl.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/env python
#
# Copyright 2006, Google Inc.
# All rights reserved.