aboutsummaryrefslogtreecommitdiff
path: root/test_toolchains.py
diff options
context:
space:
mode:
authorZhizhou Yang <zhizhouy@google.com>2017-07-22 01:18:46 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-22 01:18:46 +0000
commitf1a93c225b92dc0059e7d7e2de7c7bd0a493e23d (patch)
treebf139ee25415cecde142e95791edba3803b2452a /test_toolchains.py
parent3690e025de8daaed03c4acb02d2b054e5c4c0dd5 (diff)
parentddfea1f7e75062a350bd5a9418562e3b5af5b6e9 (diff)
downloadtoolchain-utils-f10f0a19d8e866678f93525ffb1780ea4ced756a.tar.gz
am: ddfea1f7e7 Change-Id: I867402329ff73ee19480446e804bc4c1dfac51e9
Diffstat (limited to 'test_toolchains.py')
-rwxr-xr-xtest_toolchains.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test_toolchains.py b/test_toolchains.py
index ecae6f48..8684653f 100755
--- a/test_toolchains.py
+++ b/test_toolchains.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/env python2
# Script to test different toolchains against ChromeOS benchmarks.
"""Toolchain team nightly performance test script (local builds)."""
@@ -11,7 +11,6 @@ import os
import sys
import build_chromeos
import setup_chromeos
-import time
from cros_utils import command_executer
from cros_utils import misc
from cros_utils import logger