aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype/cros_ec_rw.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/etype/cros_ec_rw.py')
-rw-r--r--tools/binman/etype/cros_ec_rw.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/etype/cros_ec_rw.py b/tools/binman/etype/cros_ec_rw.py
index 261f865..0dbe14b 100644
--- a/tools/binman/etype/cros_ec_rw.py
+++ b/tools/binman/etype/cros_ec_rw.py
@@ -5,7 +5,7 @@
# Entry-type module for a Chromium OS EC image (read-write section)
#
-from blob_named_by_arg import Entry_blob_named_by_arg
+from binman.etype.blob_named_by_arg import Entry_blob_named_by_arg
class Entry_cros_ec_rw(Entry_blob_named_by_arg):