patman: Move to absolute imports
[oweals/u-boot.git] / tools / binman / etype / _testing.py
index 4cde8df6f59e48ae3556ce3ae8011d8e210d12b7..ed718eed14518268e4c921c4daf2f6f670c26df3 100644 (file)
@@ -9,7 +9,7 @@ from collections import OrderedDict
 
 from binman.entry import Entry, EntryArg
 from dtoc import fdt_util
-import tools
+from patman import tools
 
 
 class Entry__testing(Entry):