diff options
author | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | 2009-09-22 16:18:42 +0000 |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | 2009-09-22 16:18:42 +0000 |
commit | a89034c8021ea6e55bf55688eeb99065de9de928 (patch) | |
tree | 5932ed7e5b5cdee7faed057b8b1fc4c947a75b05 /test/gmock_test_utils.py | |
parent | bbd6e105e786dd6d4e1fdd6b1467f969121bcca3 (diff) | |
download | googletest-a89034c8021ea6e55bf55688eeb99065de9de928.tar.gz googletest-a89034c8021ea6e55bf55688eeb99065de9de928.tar.bz2 googletest-a89034c8021ea6e55bf55688eeb99065de9de928.zip |
Removes gmock's dependency on python2.4.
Diffstat (limited to 'test/gmock_test_utils.py')
-rwxr-xr-x | test/gmock_test_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gmock_test_utils.py b/test/gmock_test_utils.py index 4c09e39d..2fda138d 100755 --- a/test/gmock_test_utils.py +++ b/test/gmock_test_utils.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/env python # # Copyright 2006, Google Inc. # All rights reserved. |