| Index: client/cros/ui_test.py
|
| diff --git a/client/cros/ui_test.py b/client/cros/ui_test.py
|
| index dd412c60990effa50281ed545f741e539373798c..50e48a927f61eb671bb3101d5f1f6fb4866da9ae 100644
|
| --- a/client/cros/ui_test.py
|
| +++ b/client/cros/ui_test.py
|
| @@ -5,8 +5,8 @@
|
| import dbus, logging, os, re, shutil, socket, sys, time
|
| import common
|
| import auth_server, constants as chromeos_constants, cryptohome, dns_server
|
| -import login, ui
|
| -from autotest_lib.client.bin import test, site_log_reader, utils
|
| +import login, log_reader, ui
|
| +from autotest_lib.client.bin import test, utils
|
| from autotest_lib.client.common_lib import error
|
| from dbus.mainloop.glib import DBusGMainLoop
|
|
|
| @@ -160,7 +160,7 @@ class UITest(test.test):
|
| # Mark /var/log/messages now; we'll run through all subsequent
|
| # log messages at the end of the test and log info about processes that
|
| # crashed.
|
| - self._log_reader = site_log_reader.LogReader()
|
| + self._log_reader = log_reader.LogReader()
|
| self._log_reader.set_start_by_current()
|
|
|
| if creds:
|
|
|