commit | 794c2598c22e5be1223d605533361705098b701d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 07 06:45:47 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 09 18:57:22 2020 -0600 |
tree | d96672c799f8c059541f2deb84841461012ebb68 | |
parent | 4ba3ea5d6c4b4a065ebbd8cdbac8c7d037f29eda [diff] |
patman: Use a dict in gitutil to avoid importing series Only a few members of this class are used and only in a test. To avoid importing the module, convert the test to use a dict. Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Stefan Bosch <stefan_b@posteo.net>