mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-26 22:01:10 +00:00
patman: Avoid using func_test at top level
Import this only when it is needed, since it is not present when installed via 'pip install'. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: https://source.denx.de/u-boot/u-boot/-/issues/26
This commit is contained in:
parent
21229c921b
commit
dfdf621ff2
@ -24,7 +24,6 @@ sys.path.append(os.path.join(our_path, '..'))
|
||||
# Our modules
|
||||
from patman import cmdline
|
||||
from patman import control
|
||||
from patman import func_test
|
||||
from u_boot_pylib import terminal
|
||||
from u_boot_pylib import test_util
|
||||
from u_boot_pylib import tools
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user