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)
commitd85f7909f8fed1e06fe56e03c52d5ff6d8dfbdcf
tree0ce2c0d28b72b37f83600a8edf3b7bbde1065c85
parent8dd7be7e28cbee524e32f294c366403f2585f0b1
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