patman: Move to absolute imports
[oweals/u-boot.git] / tools / binman / elf_test.py
index e4497f30fcb0c9214c5b59d028f3a5e0dd98feda..37e1b423cf61cd9743ee1f8474c842fdcaf651ff 100644 (file)
@@ -11,10 +11,10 @@ import tempfile
 import unittest
 
 from binman import elf
-import command
-import test_util
-import tools
-import tout
+from patman import command
+from patman import test_util
+from patman import tools
+from patman import tout
 
 binman_dir = os.path.dirname(os.path.realpath(sys.argv[0]))