binman: Move to absolute imports
[oweals/u-boot.git] / tools / binman / etype / intel_ifwi.py
index 36aadc210c46cc45bc87fb3fab74a3e61fae46a0..1545476f8f4f8605432a08bd79ae7cd93703a4e4 100644 (file)
@@ -7,9 +7,9 @@
 
 from collections import OrderedDict
 
-from entry import Entry
-from blob import Entry_blob
-import fdt_util
+from binman.entry import Entry
+from binman.etype.blob import Entry_blob
+from dtoc import fdt_util
 import tools
 
 class Entry_intel_ifwi(Entry_blob):