patman: Move to absolute imports
[oweals/u-boot.git] / tools / binman / etype / u_boot_dtb_with_ucode.py
index c802f477b492b1c162bdad5b003c34c646fa2cc1..aec145533eb5a0045d9091dacc1b229e04bc71be 100644 (file)
@@ -7,7 +7,7 @@
 
 from binman.entry import Entry
 from binman.etype.blob_dtb import Entry_blob_dtb
-import tools
+from patman import tools
 
 class Entry_u_boot_dtb_with_ucode(Entry_blob_dtb):
     """A U-Boot device tree file, with the microcode removed