binman: Move to absolute imports
[oweals/u-boot.git] / tools / binman / etype / vblock.py
index 91fa2f7808fc3bf6b379745f16d234f10ed496b1..c13ceda79621d1f4b805770687a49db9eaabdf93 100644 (file)
@@ -9,9 +9,9 @@
 from collections import OrderedDict
 import os
 
-from entry import Entry, EntryArg
+from binman.entry import Entry, EntryArg
 
-import fdt_util
+from dtoc import fdt_util
 import tools
 
 class Entry_vblock(Entry):