mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
binman: Move to absolute imports
At present binman sets the python path on startup so that it can access the libraries it needs. If we convert to use absolute imports this is not necessary. Move binman to use absolute imports. This enables removable of the path adjusting in Entry also. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
0ede00fdaf
commit
16287933a8
70 changed files with 199 additions and 214 deletions
|
@ -7,7 +7,7 @@
|
|||
import unittest
|
||||
|
||||
from image import Image
|
||||
from test_util import capture_sys_output
|
||||
from patman.test_util import capture_sys_output
|
||||
|
||||
class TestImage(unittest.TestCase):
|
||||
def testInvalidFormat(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue