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

Unified Diff: client/bin/site_ui_test.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_sysinfo.py ('k') | client/common_lib/cros/autoupdater.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/bin/site_ui_test.py
diff --git a/client/bin/site_ui_test.py b/client/bin/site_ui_test.py
index 9ae4b8c288f38c4eea6901d619de3a3c76c1f5b3..812a7e40a2034222b55e3453be0572267eb51311 100644
--- a/client/bin/site_ui_test.py
+++ b/client/bin/site_ui_test.py
@@ -3,11 +3,12 @@
# found in the LICENSE file.
import dbus, logging, os, re, shutil, socket, sys, 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_login, site_utils, test as bin_test
from autotest_lib.client.bin import site_log_reader
from autotest_lib.client.common_lib import error, site_ui
from autotest_lib.client.common_lib import site_auth_server, site_dns_server
+from autotest_lib.client.cros import constants as chromeos_constants
from dbus.mainloop.glib import DBusGMainLoop
sys.path.append(os.environ.get("SYSROOT", "/usr/local") +
« no previous file with comments | « client/bin/site_sysinfo.py ('k') | client/common_lib/cros/autoupdater.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698