aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-09-22 16:18:42 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-09-22 16:18:42 +0000
commita89034c8021ea6e55bf55688eeb99065de9de928 (patch)
tree5932ed7e5b5cdee7faed057b8b1fc4c947a75b05 /scripts
parentbbd6e105e786dd6d4e1fdd6b1467f969121bcca3 (diff)
downloadgoogletest-a89034c8021ea6e55bf55688eeb99065de9de928.tar.gz
googletest-a89034c8021ea6e55bf55688eeb99065de9de928.tar.bz2
googletest-a89034c8021ea6e55bf55688eeb99065de9de928.zip
Removes gmock's dependency on python2.4.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gmock_doctor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gmock_doctor.py b/scripts/gmock_doctor.py
index 7b45fa17..40512fcd 100755
--- a/scripts/gmock_doctor.py
+++ b/scripts/gmock_doctor.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/env python
#
# Copyright 2008, Google Inc.
# All rights reserved.