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.
diff --git a/test/gmock_test_utils.py b/test/gmock_test_utils.py
index 4c09e39..2fda138 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.