binman: Move to absolute imports
[oweals/u-boot.git] / tools / binman / etype / fill.py
index 623b7f4e95e9aa379a5c694f11d1dce67540f560..1124ef26ea464d1b75bb419349d075be68f063db 100644 (file)
@@ -3,8 +3,8 @@
 # Written by Simon Glass <sjg@chromium.org>
 #
 
-from entry import Entry
-import fdt_util
+from binman.entry import Entry
+from dtoc import fdt_util
 import tools
 
 class Entry_fill(Entry):