aboutsummaryrefslogtreecommitdiff
path: root/crosperf/download_images_unittest.py
diff options
context:
space:
mode:
authorYunlian Jiang <yunlian@google.com>2015-12-09 10:47:11 -0800
committerchrome-bot <chrome-bot@chromium.org>2015-12-09 22:32:56 +0000
commit0d1a9f32c928e21a72547f3d334d631c5861f027 (patch)
tree7b95e8e6abf8caec638dd0e00ffd9b1108bf1904 /crosperf/download_images_unittest.py
parent51d7a9b5663f6d3067baf06e2fc266265937f61f (diff)
downloadtoolchain-utils-0d1a9f32c928e21a72547f3d334d631c5861f027.tar.gz
crosperf: use cros_utils instead of utils.
We got some lint warnings about some module is not in utils. So we change the name. This CL creates a symbolic link cros_utils from utils. Once we are sure that we clean all the code, we can rename the utils to cros_utils directly. BUG=chromium:567921 chromium:568195 TEST=the lint warning is gone. Change-Id: I776e45c7bdd75d1f065ea5797f3bcff457203ca2 Reviewed-on: https://chrome-internal-review.googlesource.com/241457 Commit-Ready: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com> Reviewed-by: Caroline Tice <cmtice@google.com>
Diffstat (limited to 'crosperf/download_images_unittest.py')
-rwxr-xr-xcrosperf/download_images_unittest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/crosperf/download_images_unittest.py b/crosperf/download_images_unittest.py
index 34ce7fb0..7d6c8c50 100755
--- a/crosperf/download_images_unittest.py
+++ b/crosperf/download_images_unittest.py
@@ -3,8 +3,8 @@
# Copyright 2014 Google Inc. All Rights Reserved
import download_images
-from utils import command_executer
-from utils import logger
+from cros_utils import command_executer
+from cros_utils import logger
import os
import mock