binman: Move to absolute imports
[oweals/u-boot.git] / tools / binman / elf.py
index 29fdac1b8f6d731346b6eb44c49c1d101f4c3c99..335d411303d79563095ef0eb7ff394070f3c4948 100644 (file)
@@ -6,7 +6,6 @@
 #
 
 from collections import namedtuple, OrderedDict
-import command
 import io
 import os
 import re
@@ -14,6 +13,7 @@ import shutil
 import struct
 import tempfile
 
+import command
 import tools
 import tout