commit | a89034c8021ea6e55bf55688eeb99065de9de928 | [log] [tgz] |
---|---|---|
author | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | Tue Sep 22 16:18:42 2009 +0000 |
committer | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | Tue Sep 22 16:18:42 2009 +0000 |
tree | 5932ed7e5b5cdee7faed057b8b1fc4c947a75b05 | |
parent | bbd6e105e786dd6d4e1fdd6b1467f969121bcca3 [diff] |
Removes gmock's dependency on python2.4.
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.