| Index: client/bin/site_cryptohome.py
|
| diff --git a/client/bin/site_cryptohome.py b/client/bin/site_cryptohome.py
|
| index 60b0e7cfd5bf0dfe06f9b32819f2c4c172463b3a..4152b6ca4548935a306ff801d8d863d4dce296cc 100644
|
| --- a/client/bin/site_cryptohome.py
|
| +++ b/client/bin/site_cryptohome.py
|
| @@ -3,9 +3,9 @@
|
| # found in the LICENSE file.
|
|
|
| import logging, os, re, utils
|
| -from autotest_lib.client.bin import chromeos_constants, test
|
| +from autotest_lib.client.bin import test
|
| from autotest_lib.client.common_lib import error
|
| -
|
| +from autotest_lib.client.cros import constants as chromeos_constants
|
|
|
| CRYPTOHOME_CMD = '/usr/sbin/cryptohome'
|
|
|
|
|