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

Unified Diff: client/cros/chrome_test.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 | « client/cros/auth_server.py ('k') | client/cros/cryptohome.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/cros/chrome_test.py
diff --git a/client/cros/chrome_test.py b/client/cros/chrome_test.py
index a964611ac6530e2bec7ef4a2111ea4561a8dba96..a389c9357821246c12a25f432376a794f7da66b7 100644
--- a/client/cros/chrome_test.py
+++ b/client/cros/chrome_test.py
@@ -2,10 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import logging, os, re, shutil, subprocess, tempfile, utils
+import logging, os, re, shutil, subprocess, tempfile
import common
import constants, cros_ui, login
-from autotest_lib.client.bin import test
+from autotest_lib.client.bin import test, utils
from autotest_lib.client.common_lib import error, global_config
class ChromeTestBase(test.test):
« no previous file with comments | « client/cros/auth_server.py ('k') | client/cros/cryptohome.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698