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/cros/auth_server.py

Issue 6626031: Fix import of some autotest cros modules, make them callable outside of autotest runtime. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 months 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/cros/chrome_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/cros/auth_server.py
diff --git a/client/cros/auth_server.py b/client/cros/auth_server.py
index af76c1ee946767086342882ca5aa5b87e68d6b1c..93ba09cb81706d05788ff6533869de7d7874b9e7 100644
--- a/client/cros/auth_server.py
+++ b/client/cros/auth_server.py
@@ -2,10 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import httplib, logging, os, socket, stat, time, utils
+import httplib, logging, os, socket, stat, time
import common
import constants as chromeos_constants, cryptohome, httpd
+from autotest_lib.client.bin import utils
from autotest_lib.client.common_lib import error
« no previous file with comments | « no previous file | client/cros/chrome_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698