commit | 08b82a99de4dfeb0a74b0922051f46516ca85398 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Apr 05 12:13:56 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Apr 05 12:13:56 2012 -0700 |
tree | d1ecec26d1c0668e182ab2addf5e5580a98ab95e | |
parent | c8eeb9b283d5053c1b1092363320646dc7c0deab [diff] [blame] |
Don't explicitly request python2.4. This is obsolete historical cruft. Change-Id: I140a93ac04f5be0034812f90204e6f9ae36d2d5f
diff --git a/tools/cpplint.py b/tools/cpplint.py index 86154ed..73a4644 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. #