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

Unified Diff: client/site_tests/login_CryptohomeMounted/login_CryptohomeMounted.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
Index: client/site_tests/login_CryptohomeMounted/login_CryptohomeMounted.py
diff --git a/client/site_tests/login_CryptohomeMounted/login_CryptohomeMounted.py b/client/site_tests/login_CryptohomeMounted/login_CryptohomeMounted.py
index 95445d18edc79aa62dc1278f9c4973f946ac4955..609f4e5634454f8d1b7f1ed5bcd57ce19c53bb2d 100644
--- a/client/site_tests/login_CryptohomeMounted/login_CryptohomeMounted.py
+++ b/client/site_tests/login_CryptohomeMounted/login_CryptohomeMounted.py
@@ -3,9 +3,8 @@
# found in the LICENSE file.
import os
-from autotest_lib.client.bin import chromeos_constants
from autotest_lib.client.bin import site_cryptohome, site_login, site_ui_test
-
+from autotest_lib.client.cros import constants as chromeos_constants
TEST_USER = 'cryptohome_test@chromium.org'
TEST_PASS = 'testme'

Powered by Google App Engine
This is Rietveld 408576698