binman: Move to absolute imports
[oweals/u-boot.git] / tools / binman / image.py
index 3e961733f9ec211b6ab86fa1dc6d2d5f06e79668..50bd57cdcb4b6eb0222ce274d662f983c271e3bf 100644 (file)
@@ -12,12 +12,12 @@ import os
 import re
 import sys
 
-from entry import Entry
-from etype import fdtmap
-from etype import image_header
-from etype import section
-import fdt
-import fdt_util
+from binman.entry import Entry
+from binman.etype import fdtmap
+from binman.etype import image_header
+from binman.etype import section
+from dtoc import fdt
+from dtoc import fdt_util
 import tools
 import tout