aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <grosser@google.com>2013-06-11 15:06:12 -0700
committerTobias Grosser <grosser@google.com>2013-06-11 15:06:12 -0700
commitbb99afd2800daecda16cc20d3974eae7c4fdd4b5 (patch)
treec9ebd900a7901900e35ac0dd528811d271a1589c
parent1254f84ab63d62c5999f02920d039a2b7be67c0c (diff)
downloadandroid_frameworks_compile_slang-bb99afd2800daecda16cc20d3974eae7c4fdd4b5.tar.gz
android_frameworks_compile_slang-bb99afd2800daecda16cc20d3974eae7c4fdd4b5.tar.bz2
android_frameworks_compile_slang-bb99afd2800daecda16cc20d3974eae7c4fdd4b5.zip
Remove dependence to python 2.4
python 2.4 is not available any more on my Gubuntu system. I also do not see a reason why to enforce python 2.4. Change-Id: I8ab6cd38ba0f163ef53eb64d52d833923c5070c2
-rwxr-xr-xtests/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.py b/tests/test.py
index 7392cf6..c6811ca 100755
--- a/tests/test.py
+++ b/tests/test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
#
# Copyright 2010-2012 Google Inc. All Rights Reserved.