mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 01:32:47 +02:00
binman: Correct some import statements
Some of these were not converted when binman moved to use absolute paths. Fix them. Also drop the import of 'test' which is a directory, not a module. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user