| Index: client/site_tests/login_CryptohomeIncognitoUnmounted/login_CryptohomeIncognitoUnmounted.py
|
| diff --git a/client/site_tests/login_CryptohomeIncognitoUnmounted/login_CryptohomeIncognitoUnmounted.py b/client/site_tests/login_CryptohomeIncognitoUnmounted/login_CryptohomeIncognitoUnmounted.py
|
| index e7b55288362da557c4801e8c3ed49584995fa44a..db0dd77a41645063d75db5761e373aaf4afa12fc 100644
|
| --- a/client/site_tests/login_CryptohomeIncognitoUnmounted/login_CryptohomeIncognitoUnmounted.py
|
| +++ b/client/site_tests/login_CryptohomeIncognitoUnmounted/login_CryptohomeIncognitoUnmounted.py
|
| @@ -2,9 +2,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -from autotest_lib.client.bin import chromeos_constants
|
| from autotest_lib.client.bin import site_cryptohome, site_ui_test
|
| from autotest_lib.client.common_lib import error, site_auth_server
|
| +from autotest_lib.client.cros import constants as chromeos_constants
|
|
|
| class login_CryptohomeIncognitoUnmounted(site_ui_test.UITest):
|
| version = 1
|
|
|