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/cryptohome.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/chrome_test.py ('k') | client/cros/dns_server.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/cros/cryptohome.py
diff --git a/client/cros/cryptohome.py b/client/cros/cryptohome.py
index e38c89710e943108bdc43888b8352afbe04fea79..6635116dd2a7313555fcd7eb4085e38024c664f0 100644
--- a/client/cros/cryptohome.py
+++ b/client/cros/cryptohome.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, utils
+import logging, os, re
import common
import constants as chromeos_constants
-from autotest_lib.client.bin import test
+from autotest_lib.client.bin import test, utils
from autotest_lib.client.common_lib import error
« no previous file with comments | « client/cros/chrome_test.py ('k') | client/cros/dns_server.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698