Index: build/android/host_heartbeat.py |
diff --git a/build/android/host_heartbeat.py b/build/android/host_heartbeat.py |
index d5898ab6284b4655e28cf63df65f4c342cb3ede8..ced24b2bb9e0863e0c8e9c60967a13e004534133 100755 |
--- a/build/android/host_heartbeat.py |
+++ b/build/android/host_heartbeat.py |
@@ -12,7 +12,7 @@ This heart beat lets the devices know that they are connected to a host. |
import sys |
import time |
-from pylib.device import device_utils |
+from devil.android import device_utils |
PULSE_PERIOD = 20 |