commit | 66a573b108d877c3c3ed05e1af4135ac1ec5afb4 | [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 | 457e1af7aacc0805ffe63828398985f231e7be66 [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>