patman: Move to absolute imports
[oweals/u-boot.git] / tools / binman / cbfs_util.py
index f7c3cd0d0ef56c6a6d6ccfde6de9393913bf7418..39973371b937d911f2403280cce6df642b4e2125 100644 (file)
@@ -21,8 +21,8 @@ import struct
 import sys
 
 from binman import elf
-import command
-import tools
+from patman import command
+from patman import tools
 
 # Set to True to enable printing output while working
 DEBUG = False