binman: Move to absolute imports
[oweals/u-boot.git] / tools / binman / cbfs_util.py
index 34c51166882b5ff3c175a5108e426ee2d59a69ca..f7c3cd0d0ef56c6a6d6ccfde6de9393913bf7418 100644 (file)
@@ -20,8 +20,8 @@ import io
 import struct
 import sys
 
+from binman import elf
 import command
-import elf
 import tools
 
 # Set to True to enable printing output while working