mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +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
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ sys.path.append(os.path.join(our_path, '..'))
|
||||||
# Our modules
|
# Our modules
|
||||||
from patman import cmdline
|
from patman import cmdline
|
||||||
from patman import control
|
from patman import control
|
||||||
from patman import func_test
|
|
||||||
from u_boot_pylib import terminal
|
from u_boot_pylib import terminal
|
||||||
from u_boot_pylib import test_util
|
from u_boot_pylib import test_util
|
||||||
from u_boot_pylib import tools
|
from u_boot_pylib import tools
|
||||||
|
|
Loading…
Reference in a new issue