Index: client/bin/site_log_reader.py |
diff --git a/client/bin/site_log_reader.py b/client/bin/site_log_reader.py |
index 49a8d6050ffde5a3c72005b0537d224fb935ee4a..c4ff829916684b7fe2bdb45a3e8f40708097887c 100644 |
--- a/client/bin/site_log_reader.py |
+++ b/client/bin/site_log_reader.py |
@@ -3,8 +3,8 @@ |
# found in the LICENSE file. |
import os, re |
-from autotest_lib.client.bin.chromeos_constants import CLEANUP_LOGS_PAUSED_FILE |
from autotest_lib.client.common_lib import error, utils |
+from autotest_lib.client.cros.constants import CLEANUP_LOGS_PAUSED_FILE |
class LogReader(object): |
""" |