Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: client/common_lib/site_auth_server.py

Issue 5519008: Create a cros directory under client, and start moving things into it. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/common_lib/cros/autoupdater.py ('k') | client/common_lib/site_auth_server_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « client/common_lib/cros/autoupdater.py ('k') | client/common_lib/site_auth_server_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698