aboutsummaryrefslogtreecommitdiff
path: root/crosperf
diff options
context:
space:
mode:
authorHan Shen <shenhan@google.com>2015-06-19 16:32:27 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-06-20 02:19:42 +0000
commit73bf2e9cc58d8429dbb7636e996062e7605a7222 (patch)
tree4d10fadaf70513a136694a4cdb29cd45c682b6e0 /crosperf
parent78f2595399c2c8616cb1aba781ca33779813f7d9 (diff)
downloadtoolchain-utils-73bf2e9cc58d8429dbb7636e996062e7605a7222.tar.gz
Remove "import lock_machine".
We do not have this file any longer, remove it. Rahul and I are having problem running crosperf because of this. TEST=run crosperf successfully BUG=None Change-Id: I396d30e6bb2362db99f9b16095ef862a1ab417f5 Reviewed-on: https://chrome-internal-review.googlesource.com/219770 Reviewed-by: Caroline Tice <cmtice@google.com> Commit-Queue: Han Shen <shenhan@google.com> Tested-by: Han Shen <shenhan@google.com>
Diffstat (limited to 'crosperf')
-rw-r--r--crosperf/settings_factory.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/crosperf/settings_factory.py b/crosperf/settings_factory.py
index 96e8d90b..ba21a647 100644
--- a/crosperf/settings_factory.py
+++ b/crosperf/settings_factory.py
@@ -6,8 +6,6 @@
"""Setting files for global, benchmark and labels."""
-import lock_machine
-
from field import BooleanField
from field import FloatField
from field import IntegerField