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

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: 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
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):

Powered by Google App Engine
This is Rietveld 408576698