binman: Move to absolute imports
[oweals/u-boot.git] / tools / binman / etype / section.py
index 87b3ddce863e6c0eefc8adef453cf3431e6927d6..5893249e1146eafff86db481aab61c5063518207 100644 (file)
@@ -12,8 +12,8 @@ from collections import OrderedDict
 import re
 import sys
 
-from entry import Entry
-import fdt_util
+from binman.entry import Entry
+from dtoc import fdt_util
 import tools
 import tout