commit | 7cdb11a25795a7215d59aa49c7b8619780951afa | [log] [tgz] |
---|---|---|
author | cmtice <cmtice@google.com> | Thu May 28 10:24:41 2015 -0700 |
committer | ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> | Thu May 28 21:35:21 2015 +0000 |
tree | 0e6be7a97e6088636b81fe56b137666717920418 | |
parent | b45880993bbac2be9766defb99ccce32eab2a897 [diff] [blame] |
Add missing import statement. BUG=None TEST=Testing by hand in role account. Change-Id: If7657ae15bea5faee891e5ae9959082196d77e32 Reviewed-on: https://chrome-internal-review.googlesource.com/217513 Reviewed-by: Luis Lozano <llozano@chromium.org> Commit-Queue: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com>
diff --git a/test_toolchains.py b/test_toolchains.py index 2bcb617..4351340 100755 --- a/test_toolchains.py +++ b/test_toolchains.py
@@ -1,6 +1,7 @@ #!/usr/bin/python # Script to test different toolchains against ChromeOS benchmarks. +import datetime import optparse import os import sys