]> git.dujemihanovic.xyz Git - u-boot.git/commit
patman: Correct Python 3.6 behaviour
authorSimon Glass <sjg@chromium.org>
Sat, 4 Nov 2023 16:25:24 +0000 (10:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 15 Nov 2023 03:04:01 +0000 (20:04 -0700)
commitabf7004321c05333afb56ae230095f9bee55e924
treef25d260fff3c579fc9f06887638013d0cd0e652a
parentdfdf621ff285da4e8e5995e05d570ebe7eb2e318
patman: Correct Python 3.6 behaviour

The importlib_resources import is not actually used. Fix this so that
patman can run on Python 3.6 to some extent, once
'pip3 install importlib-resources' has been run.

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