summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-04-05 12:13:56 -0700
committerElliott Hughes <enh@google.com>2012-04-05 12:13:56 -0700
commit08b82a99de4dfeb0a74b0922051f46516ca85398 (patch)
treed1ecec26d1c0668e182ab2addf5e5580a98ab95e /tools
parentc8eeb9b283d5053c1b1092363320646dc7c0deab (diff)
downloadart-08b82a99de4dfeb0a74b0922051f46516ca85398.zip
art-08b82a99de4dfeb0a74b0922051f46516ca85398.tar.gz
art-08b82a99de4dfeb0a74b0922051f46516ca85398.tar.bz2
Don't explicitly request python2.4.
This is obsolete historical cruft. Change-Id: I140a93ac04f5be0034812f90204e6f9ae36d2d5f
Diffstat (limited to 'tools')
-rwxr-xr-xtools/cpplint.py2
-rwxr-xr-xtools/generate-operator-out.py2
2 files changed, 2 insertions, 2 deletions
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.
#
diff --git a/tools/generate-operator-out.py b/tools/generate-operator-out.py
index 91d4669..ba2b4d1 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.
#