diff options
author | Elliott Hughes <enh@google.com> | 2012-04-05 12:13:56 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2012-04-05 12:13:56 -0700 |
commit | 08b82a99de4dfeb0a74b0922051f46516ca85398 (patch) | |
tree | d1ecec26d1c0668e182ab2addf5e5580a98ab95e /tools/cpplint.py | |
parent | c8eeb9b283d5053c1b1092363320646dc7c0deab (diff) | |
download | android_art-08b82a99de4dfeb0a74b0922051f46516ca85398.tar.gz android_art-08b82a99de4dfeb0a74b0922051f46516ca85398.tar.bz2 android_art-08b82a99de4dfeb0a74b0922051f46516ca85398.zip |
Don't explicitly request python2.4.
This is obsolete historical cruft.
Change-Id: I140a93ac04f5be0034812f90204e6f9ae36d2d5f
Diffstat (limited to 'tools/cpplint.py')
-rwxr-xr-x | tools/cpplint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpplint.py b/tools/cpplint.py index 86154ededa..73a4644aa1 100755 --- a/tools/cpplint.py +++ b/tools/cpplint.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/python # # Copyright (c) 2009 Google Inc. All rights reserved. # |