Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: tools/telemetry/telemetry/internal/platform/power_monitor/power_monitor_controller_unittest.py

Issue 1314313004: [Android][telemetry] Update pylib imports for modules that moved into devil. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/telemetry/internal/platform/power_monitor/power_monitor_controller_unittest.py
diff --git a/tools/telemetry/telemetry/internal/platform/power_monitor/power_monitor_controller_unittest.py b/tools/telemetry/telemetry/internal/platform/power_monitor/power_monitor_controller_unittest.py
index 4a1ccfc64ef6c61eb8cb08e12b575d2401a846a4..c0f6b87bb9e1c4d8e11df89597f0cd018c975e88 100644
--- a/tools/telemetry/telemetry/internal/platform/power_monitor/power_monitor_controller_unittest.py
+++ b/tools/telemetry/telemetry/internal/platform/power_monitor/power_monitor_controller_unittest.py
@@ -7,7 +7,7 @@ import unittest
from telemetry.internal.platform import power_monitor as power_monitor
from telemetry.internal.platform.power_monitor import power_monitor_controller
import mock
-from pylib.device import battery_utils # pylint: disable=import-error
+from devil.android import battery_utils # pylint: disable=import-error
class PowerMonitorControllerTest(unittest.TestCase):

Powered by Google App Engine
This is Rietveld 408576698