aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/generator/gmock_gen.py
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-05-07 21:20:57 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-05-07 21:20:57 +0000
commitd955e83bee3919b871616223b777bab2f04942d9 (patch)
tree905e8feea6daab678c7172488c69237baeb72357 /scripts/generator/gmock_gen.py
parent84b8e4c65d0847ab4262bb70619182292482529a (diff)
downloadgoogletest-d955e83bee3919b871616223b777bab2f04942d9.tar.gz
googletest-d955e83bee3919b871616223b777bab2f04942d9.tar.bz2
googletest-d955e83bee3919b871616223b777bab2f04942d9.zip
Makes the mock generator work with python2.3.5, which comes with Mac OS X Tiger.
Diffstat (limited to 'scripts/generator/gmock_gen.py')
-rwxr-xr-xscripts/generator/gmock_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generator/gmock_gen.py b/scripts/generator/gmock_gen.py
index 5a3f6583..8cc0d135 100755
--- a/scripts/generator/gmock_gen.py
+++ b/scripts/generator/gmock_gen.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/env python
#
# Copyright 2008 Google Inc. All Rights Reserved.
#