aboutsummaryrefslogtreecommitdiff
path: root/crosperf/download_images_unittest.py
diff options
context:
space:
mode:
authorGeorge Burgess IV <gbiv@google.com>2020-01-27 14:40:54 -0800
committerandroid-build-merger <android-build-merger@google.com>2020-01-27 14:40:54 -0800
commitb6ed922ff73f31b13749595f02b62a849a904dcc (patch)
tree2ead2b1ce7a70c34fe8be06e45a40d9e2f6358d0 /crosperf/download_images_unittest.py
parenta66e8cb1c5844178a629218dbf16f110f290bde4 (diff)
parent554bca16f807f8c79fef4cf5eaa95ffbdefb8c13 (diff)
downloadtoolchain-utils-b6ed922ff73f31b13749595f02b62a849a904dcc.tar.gz
Merging 11 commit(s) from Chromium's toolchain-utils
am: 554bca16f8 Change-Id: Ifac5abf90b057163dd29b19483a1375f9b57bb48
Diffstat (limited to 'crosperf/download_images_unittest.py')
-rwxr-xr-xcrosperf/download_images_unittest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/crosperf/download_images_unittest.py b/crosperf/download_images_unittest.py
index dd83c3fa..94504d3f 100755
--- a/crosperf/download_images_unittest.py
+++ b/crosperf/download_images_unittest.py
@@ -9,9 +9,10 @@
from __future__ import print_function
import os
-import mock
import unittest
+import mock
+
import download_images
from cros_utils import command_executer
from cros_utils import logger