summaryrefslogtreecommitdiff
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
commite4cb66aa85aa9ec947710cb2915638bed563c3a3 (patch)
tree1e9f7527ac6f94c9ff9f707c5e10352dd66bbd3b /scripts
parent85f555add7acc03149b76db239a4cdd18433a558 (diff)
downloadgtest-e4cb66aa85aa9ec947710cb2915638bed563c3a3.tar.gz
gtest-e4cb66aa85aa9ec947710cb2915638bed563c3a3.tar.bz2
gtest-e4cb66aa85aa9ec947710cb2915638bed563c3a3.tar.xz
Removes gtest's dependency on python2.4.
git-svn-id: http://googletest.googlecode.com/svn/trunk@318 861a406c-534a-0410-8894-cb66d6ee9925
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 d1b2f25..8307134 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.