patman: Move to absolute imports
[oweals/u-boot.git] / tools / binman / state.py
index 7f85ab1f9862d0fb81fd1b79b1cdb127a308c5e3..36bc5135354f49799fa3d8cf337bf0fcd5fcd52a 100644 (file)
@@ -10,8 +10,8 @@ import re
 
 from dtoc import fdt
 import os
-import tools
-import tout
+from patman import tools
+from patman import tout
 
 # Records the device-tree files known to binman, keyed by entry type (e.g.
 # 'u-boot-spl-dtb'). These are the output FDT files, which can be updated by