]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Use importlib to find the help
authorSimon Glass <sjg@chromium.org>
Fri, 24 Feb 2023 01:18:12 +0000 (18:18 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:40:49 +0000 (11:40 -0800)
commit7ffacae8a0725d6d80905467e857f1c8e7e74322
tree0ce2c0d28b72b37f83600a8edf3b7bbde1065c85
parente656dc7aa54efa47cdf00e59b0d48a31c1ad94a8
buildman: Use importlib to find the help

Use this function so that the help can be found even when buildman is
running from a package.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/control.py