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

Unified Diff: client/common_lib/site_auth_server_unittest.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/site_auth_server.py ('k') | client/cros/__init__.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_unittest.py
diff --git a/client/common_lib/site_auth_server_unittest.py b/client/common_lib/site_auth_server_unittest.py
index c94d3b558d61496a15100673f5af336e13c57b8d..8a64a1cc6fb016a6bd0002c77c04ac69b99881df 100755
--- a/client/common_lib/site_auth_server_unittest.py
+++ b/client/common_lib/site_auth_server_unittest.py
@@ -7,8 +7,8 @@
"""GoogleAuthServer unittest."""
import logging, os, sys, threading, time, unittest, urllib
-from autotest_lib.client.bin import chromeos_constants
from autotest_lib.client.common_lib import site_auth_server
+from autotest_lib.client.cros import constants as chromeos_constants
from site_auth_server import GoogleAuthServer
class test_auth_server(unittest.TestCase):
« no previous file with comments | « client/common_lib/site_auth_server.py ('k') | client/cros/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698