| Index: client/common_lib/site_auth_server.py
|
| diff --git a/client/common_lib/site_auth_server.py b/client/common_lib/site_auth_server.py
|
| index 56c63c72424a003cee0c968ea04442c54ea0f784..f772596690cf28ead77263b62d414a1b7a02d432 100644
|
| --- a/client/common_lib/site_auth_server.py
|
| +++ b/client/common_lib/site_auth_server.py
|
| @@ -3,8 +3,9 @@
|
| # found in the LICENSE file.
|
|
|
| import httplib, logging, os, socket, stat, time, utils
|
| -from autotest_lib.client.bin import chromeos_constants, site_cryptohome
|
| +from autotest_lib.client.bin import site_cryptohome
|
| from autotest_lib.client.common_lib import error, site_httpd
|
| +from autotest_lib.client.cros import constants as chromeos_constants
|
|
|
| class GoogleAuthServer(object):
|
| """A mock Google accounts server that can be run in a separate thread
|
|
|