aboutsummaryrefslogtreecommitdiff
path: root/cros_utils/command_executer_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'cros_utils/command_executer_unittest.py')
-rwxr-xr-xcros_utils/command_executer_unittest.py2
1 files changed, 1 insertions, 1 deletions
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):