| Index: client/bin/site_logging.py
|
| diff --git a/client/bin/site_logging.py b/client/bin/site_logging.py
|
| index 565bd7ae0e27f068445178c2c48f7cc061579866..dd65a94c6f6a7a974daff8386ce3d72efa46214f 100644
|
| --- a/client/bin/site_logging.py
|
| +++ b/client/bin/site_logging.py
|
| @@ -4,8 +4,8 @@
|
|
|
| import logging, os, re
|
| from autotest_lib.client.bin import site_log_reader, site_utils, test
|
| -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 LogRotationPauser(object):
|
| """
|
|
|