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

Unified Diff: client/site_tests/factory_LogVpd/factory_LogVpd.py

Issue 6623026: Refactor site_fmap, flashrom_utils and gbb_utils module into client/cros. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 9 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
Index: client/site_tests/factory_LogVpd/factory_LogVpd.py
diff --git a/client/site_tests/factory_LogVpd/factory_LogVpd.py b/client/site_tests/factory_LogVpd/factory_LogVpd.py
index fb1f821d7b67a2dd0368f96b275e4bf9273ab784..f89c1dfcee69ca3903129d6bbc74d1586404a671 100644
--- a/client/site_tests/factory_LogVpd/factory_LogVpd.py
+++ b/client/site_tests/factory_LogVpd/factory_LogVpd.py
@@ -10,7 +10,7 @@ import StringIO
from autotest_lib.client.bin import factory
from autotest_lib.client.bin import test, utils
from autotest_lib.client.common_lib import error
-from autotest_lib.client.common_lib import flashrom_util
+from autotest_lib.client.cros import flashrom_util
class factory_LogVpd(test.test):

Powered by Google App Engine
This is Rietveld 408576698