commit | abf7004321c05333afb56ae230095f9bee55e924 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 04 10:25:24 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 14 20:04:01 2023 -0700 |
tree | f25d260fff3c579fc9f06887638013d0cd0e652a | |
parent | dfdf621ff285da4e8e5995e05d570ebe7eb2e318 [diff] |
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>