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

Unified Diff: client/cros/gbb_util.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
« no previous file with comments | « client/cros/fmap.py ('k') | client/site_tests/factory_EnableWriteProtect/factory_EnableWriteProtect.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/cros/gbb_util.py
diff --git a/client/common_lib/gbb_util.py b/client/cros/gbb_util.py
similarity index 98%
rename from client/common_lib/gbb_util.py
rename to client/cros/gbb_util.py
index dd8f0a4849f58500a285ce703c6ee846ab944aa2..5255a6727806e3fc9709b513a135fe57364e26d0 100644
--- a/client/common_lib/gbb_util.py
+++ b/client/cros/gbb_util.py
@@ -11,9 +11,10 @@
import os
import tempfile
+from autotest_lib.client.bin import utils
from autotest_lib.client.common_lib import error
-from autotest_lib.client.common_lib import flashrom_util
-from autotest_lib.client.common_lib import utils
+import common
+import flashrom_util
class GBBUtility(object):
« no previous file with comments | « client/cros/fmap.py ('k') | client/site_tests/factory_EnableWriteProtect/factory_EnableWriteProtect.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698