diff options
author | 2012-04-05 12:13:56 -0700 | |
---|---|---|
committer | 2012-04-05 12:13:56 -0700 | |
commit | 08b82a99de4dfeb0a74b0922051f46516ca85398 (patch) | |
tree | d1ecec26d1c0668e182ab2addf5e5580a98ab95e /tools/generate-operator-out.py | |
parent | c8eeb9b283d5053c1b1092363320646dc7c0deab (diff) |
Don't explicitly request python2.4.
This is obsolete historical cruft.
Change-Id: I140a93ac04f5be0034812f90204e6f9ae36d2d5f
Diffstat (limited to 'tools/generate-operator-out.py')
-rwxr-xr-x | tools/generate-operator-out.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/generate-operator-out.py b/tools/generate-operator-out.py index 91d4669cc7..ba2b4d1fda 100755 --- a/tools/generate-operator-out.py +++ b/tools/generate-operator-out.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/python # # Copyright 2012 Google Inc. All Rights Reserved. # |