| Index: client/site_tests/login_CryptohomeUnmounted/login_CryptohomeUnmounted.py
|
| diff --git a/client/site_tests/login_CryptohomeUnmounted/login_CryptohomeUnmounted.py b/client/site_tests/login_CryptohomeUnmounted/login_CryptohomeUnmounted.py
|
| index 5127a6349d160bffe234f80159f499903a999c88..003a0e93bdad9da8e711d3e069f80875d71b4ef2 100644
|
| --- a/client/site_tests/login_CryptohomeUnmounted/login_CryptohomeUnmounted.py
|
| +++ b/client/site_tests/login_CryptohomeUnmounted/login_CryptohomeUnmounted.py
|
| @@ -3,9 +3,9 @@
|
| # found in the LICENSE file.
|
|
|
| from autotest_lib.client.common_lib import error
|
| -from autotest_lib.client.cros import cryptohome, ui_test
|
| +from autotest_lib.client.cros import cros_ui_test, cryptohome
|
|
|
| -class login_CryptohomeUnmounted(ui_test.UITest):
|
| +class login_CryptohomeUnmounted(cros_ui_test.UITest):
|
| version = 1
|
|
|
|
|
|
|