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

Unified Diff: client/bin/site_cryptohome.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 | « no previous file | client/bin/site_log_reader.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
« no previous file with comments | « no previous file | client/bin/site_log_reader.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698