binman: Move to absolute imports
[platform/kernel/u-boot.git] / tools / binman / etype / u_boot_spl_nodtb.py
index 41c1736..072b915 100644 (file)
@@ -5,8 +5,8 @@
 # Entry-type module for 'u-boot-nodtb.bin'
 #
 
-from entry import Entry
-from blob import Entry_blob
+from binman.entry import Entry
+from binman.etype.blob import Entry_blob
 
 class Entry_u_boot_spl_nodtb(Entry_blob):
     """SPL binary without device tree appended