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

Unified Diff: client/bin/site_login.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/bin/site_logging.py ('k') | client/bin/site_sysinfo.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/bin/site_login.py
diff --git a/client/bin/site_login.py b/client/bin/site_login.py
index f9526bcee5c206a3c353c514a6a7c92edc6745ad..5c51474b132b23ce72f2d28a88a550747eb1f62c 100644
--- a/client/bin/site_login.py
+++ b/client/bin/site_login.py
@@ -3,9 +3,10 @@
# found in the LICENSE file.
import errno, logging, os, re, utils, signal, subprocess, time
-from autotest_lib.client.bin import chromeos_constants, site_cryptohome
+from autotest_lib.client.bin import site_cryptohome
from autotest_lib.client.bin import site_utils, test, site_log_reader
from autotest_lib.client.common_lib import error, site_ui
+from autotest_lib.client.cros import constants as chromeos_constants
_DEFAULT_TIMEOUT = 30
« no previous file with comments | « client/bin/site_logging.py ('k') | client/bin/site_sysinfo.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698