summaryrefslogtreecommitdiff
path: root/tools/binman/image_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/image_test.py')
-rw-r--r--tools/binman/image_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/image_test.py b/tools/binman/image_test.py
index f85c3c51c0..e351fa84ab 100644
--- a/tools/binman/image_test.py
+++ b/tools/binman/image_test.py
@@ -6,7 +6,7 @@
import unittest
-from image import Image
+from binman.image import Image
from patman.test_util import capture_sys_output
class TestImage(unittest.TestCase):