patman: Move to absolute imports
[oweals/u-boot.git] / tools / binman / elf.py
index 335d411303d79563095ef0eb7ff394070f3c4948..f88031c2bf97c19874eb2a7ae596c7ba3cfe04ba 100644 (file)
@@ -13,9 +13,9 @@ import shutil
 import struct
 import tempfile
 
-import command
-import tools
-import tout
+from patman import command
+from patman import tools
+from patman import tout
 
 ELF_TOOLS = True
 try: