From 07a42cb095a6e1bd9cc2cefc63030927d906468c Mon Sep 17 00:00:00 2001 From: Zhizhou Yang Date: Mon, 10 Feb 2020 15:19:16 -0800 Subject: cros_utils: fix imports in cros_utils There are several non-relative imports in cros_utils and were not caught by cros lint. This patch fixes them. BUG=chromium:1011676 TEST=Passed all unittests. Change-Id: I92880cc00fc7bf7e6af47b2e1452a8c4b3dc00d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2048584 Commit-Queue: Zhizhou Yang Tested-by: Zhizhou Yang Reviewed-by: George Burgess --- cros_utils/command_executer_unittest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cros_utils/command_executer_unittest.py') diff --git a/cros_utils/command_executer_unittest.py b/cros_utils/command_executer_unittest.py index 959000fd..22331ae0 100755 --- a/cros_utils/command_executer_unittest.py +++ b/cros_utils/command_executer_unittest.py @@ -11,7 +11,7 @@ from __future__ import print_function import time import unittest -import command_executer +from cros_utils import command_executer class CommandExecuterTest(unittest.TestCase): -- cgit v1.2.3