diff options
author | Simon Glass <sjg@chromium.org> | 2023-11-04 10:25:23 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-11-14 20:04:01 -0700 |
commit | dfdf621ff285da4e8e5995e05d570ebe7eb2e318 (patch) | |
tree | 515e809194d4c345e33aaf74d292b2d3aa963e3d | |
parent | 21229c921bf62a5480e887d71ba13ac482282870 (diff) | |
download | u-boot-dfdf621ff285da4e8e5995e05d570ebe7eb2e318.tar.gz u-boot-dfdf621ff285da4e8e5995e05d570ebe7eb2e318.tar.bz2 u-boot-dfdf621ff285da4e8e5995e05d570ebe7eb2e318.zip |
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
-rwxr-xr-x | tools/patman/__main__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/patman/__main__.py b/tools/patman/__main__.py index 3ca858cd31..d53f686a2d 100755 --- a/tools/patman/__main__.py +++ b/tools/patman/__main__.py @@ -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 |