commit | 01844b15d936785c334901223bcc9f3d52f63e22 | [log] [tgz] |
---|---|---|
author | Geremy Condra <[email protected]> | Tue Sep 11 15:24:25 2012 -0700 |
committer | Geremy Condra <[email protected]> | Tue Sep 11 15:24:25 2012 -0700 |
tree | 29aebe5a1a5e359f32439a5c7edc965be04b944b | |
parent | 008e53dc4dd6608ab4b18320b1c63062760b1156 [diff] [blame] |
Fixed runtest to work with python != 2.4 Change-Id: I6104adb5a6549eb4eaa3f2096633a49e4743ce50
diff --git a/testrunner/runtest.py b/testrunner/runtest.py index 9082d79..b24a182 100755 --- a/testrunner/runtest.py +++ b/testrunner/runtest.py
@@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/env python # # Copyright 2008, The Android Open Source Project #