]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Fix full help for Python 3.8
authorSimon Glass <sjg@chromium.org>
Mon, 4 Sep 2023 15:54:59 +0000 (09:54 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 23 Sep 2023 15:00:37 +0000 (09:00 -0600)
commit68448654116dca42a81c524bea311e74a28b12a0
tree2d86f857889aae1c56b03bf0dfe5c1713a251cec
parente8eb933d13b1b1fedc450bd9929725212a0365c5
buildman: Fix full help for Python 3.8

With Python versions older than 3.9 Buildman produces an error on
start-up. Fix this with a workaround for importlib.

There is already a workaround for v3.6 but I am not sure if that is still
functioning.

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