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

Unified Diff: client/common_lib/cros/autoupdater.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_ui_test.py ('k') | client/common_lib/site_auth_server.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/common_lib/cros/autoupdater.py
diff --git a/client/common_lib/cros/autoupdater.py b/client/common_lib/cros/autoupdater.py
index 311bd58e359d37cda6dbe58c809655167aeb88a7..3ed610509e80eee0dba9dca2f5f03ebc0d517826 100644
--- a/client/common_lib/cros/autoupdater.py
+++ b/client/common_lib/cros/autoupdater.py
@@ -8,8 +8,8 @@ import re
import socket
import urlparse
-from autotest_lib.client.bin import chromeos_constants
from autotest_lib.client.common_lib import error
+from autotest_lib.client.cros import constants as chromeos_constants
STATEFULDEV_UPDATER = '/usr/local/bin/stateful_update'
UPDATER_BIN = '/usr/bin/update_engine_client'
« no previous file with comments | « client/bin/site_ui_test.py ('k') | client/common_lib/site_auth_server.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698