Index: build/android/pylib/perf/thermal_throttle.py |
diff --git a/build/android/pylib/perf/thermal_throttle.py b/build/android/pylib/perf/thermal_throttle.py |
index cfc6a5cc9a5bf03acf329dbc0600393864858105..623116acd50b1d0921f6eb4b4afa4fea1b631950 100644 |
--- a/build/android/pylib/perf/thermal_throttle.py |
+++ b/build/android/pylib/perf/thermal_throttle.py |
@@ -3,7 +3,8 @@ |
# found in the LICENSE file. |
import logging |
-from pylib.device import device_utils |
+ |
+from devil.android import device_utils |
class OmapThrottlingDetector(object): |