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

Unified Diff: client/bin/site_log_reader.py

Issue 5519008: Create a cros directory under client, and start moving things into it. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 10 years 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
« no previous file with comments | « client/bin/site_cryptohome.py ('k') | client/bin/site_logging.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
"""
« no previous file with comments | « client/bin/site_cryptohome.py ('k') | client/bin/site_logging.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698