| Index: client/cros/chrome_test.py
|
| diff --git a/client/bin/site_chrome_test.py b/client/cros/chrome_test.py
|
| similarity index 97%
|
| rename from client/bin/site_chrome_test.py
|
| rename to client/cros/chrome_test.py
|
| index 63c0e2a754b75f695a5ac8a73a4ae6eada4508fe..64d0be354d51e735bae40cf74ca766f4b91a4cb1 100644
|
| --- a/client/bin/site_chrome_test.py
|
| +++ b/client/cros/chrome_test.py
|
| @@ -3,10 +3,10 @@
|
| # found in the LICENSE file.
|
|
|
| import logging, os, re, shutil, subprocess, tempfile, utils
|
| -from autotest_lib.client.cros import constants, login
|
| +import common
|
| +import constants, login, ui
|
| from autotest_lib.client.bin import test
|
| from autotest_lib.client.common_lib import error, global_config
|
| -from autotest_lib.client.cros import ui
|
|
|
| class ChromeTestBase(test.test):
|
| home_dir = None
|
|
|