binman: Move to absolute imports
[oweals/u-boot.git] / tools / binman / etype / u_boot_tpl_with_ucode_ptr.py
index 8d94dded694fb8eea147ddd1410aab7ef052d698..ca1f436c6107ac701b9600ebdbe44dc1030ea54b 100644 (file)
@@ -8,9 +8,9 @@
 import struct
 
 import command
-from entry import Entry
-from blob import Entry_blob
-from u_boot_with_ucode_ptr import Entry_u_boot_with_ucode_ptr
+from binman.entry import Entry
+from binman.etype.blob import Entry_blob
+from binman.etype.u_boot_with_ucode_ptr import Entry_u_boot_with_ucode_ptr
 import tools
 
 class Entry_u_boot_tpl_with_ucode_ptr(Entry_u_boot_with_ucode_ptr):