Fixes two tests on Cygwin, which has no python 2.4.

This commit is contained in:
zhanyong.wan 2009-03-17 21:19:55 +00:00
parent 9623aed82c
commit 61e953e8c3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2.4
#!/usr/bin/env python
#
# Copyright 2009, Google Inc.
# All rights reserved.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2.4
#!/usr/bin/env python
#
# Copyright 2009, Google Inc.
# All rights reserved.