binman: Move to absolute imports
[platform/kernel/u-boot.git] / tools / binman / etype / intel_fit.py
index 2a34a05..ea482a6 100644 (file)
@@ -7,7 +7,7 @@
 
 import struct
 
-from blob import Entry_blob
+from binman.etype.blob import Entry_blob
 
 class Entry_intel_fit(Entry_blob):
     """Intel Firmware Image Table (FIT)