patman: Move to absolute imports
[oweals/u-boot.git] / tools / binman / entry_test.py
index ca5bb0fe1b5ece1a8855c794f7d028e604777f18..80802f33de62972e2ce13575f625912269c1a7cf 100644 (file)
@@ -12,7 +12,7 @@ import unittest
 from binman import entry
 from dtoc import fdt
 from dtoc import fdt_util
-import tools
+from patman import tools
 
 class TestEntry(unittest.TestCase):
     def setUp(self):