mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00: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:
parent
87d43329ef
commit
07237988dc
4 changed files with 4 additions and 5 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue