patman: Move to absolute imports
[oweals/u-boot.git] / tools / binman / image.py
index 50bd57cdcb4b6eb0222ce274d662f983c271e3bf..523b274c3192c555e599da80b44e6c2b04e3b3c1 100644 (file)
@@ -18,8 +18,8 @@ from binman.etype import image_header
 from binman.etype import section
 from dtoc import fdt
 from dtoc import fdt_util
-import tools
-import tout
+from patman import tools
+from patman import tout
 
 class Image(section.Entry_section):
     """A Image, representing an output from binman