binman: Use importlib to find the help
authorSimon Glass <sjg@chromium.org>
Fri, 24 Feb 2023 01:18:20 +0000 (18:18 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:40:56 +0000 (11:40 -0800)
commit8de6adbf4a92ae49af7fb48bbb6d2cf4ae0b8f60
treee60634ecc9eb41cba133a6e54c8c168bb9680773
parent94bb5cd2f9960baa724976a44303067dd4654b2e
binman: Use importlib to find the help

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

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