summaryrefslogtreecommitdiff
path: root/scripts/gmock_doctor.py
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
commitb2991828866424c3e543e1b2e35ab1668e86747b (patch)
tree5932ed7e5b5cdee7faed057b8b1fc4c947a75b05 /scripts/gmock_doctor.py
parent6255d9fd467d5522c383ba6579f61fae40f74b05 (diff)
downloadgooglemock-b2991828866424c3e543e1b2e35ab1668e86747b.tar.gz
Removes gmock's dependency on python2.4.
git-svn-id: http://googlemock.googlecode.com/svn/trunk@206 8415998a-534a-0410-bf83-d39667b30386
Diffstat (limited to 'scripts/gmock_doctor.py')
-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 7b45fa1..40512fc 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.