patman: Use a dict in gitutil to avoid importing series
authorSimon Glass <sjg@chromium.org>
Sun, 7 Jun 2020 12:45:47 +0000 (06:45 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 10 Jul 2020 00:57:22 +0000 (18:57 -0600)
commit38a9d3b31aec796a23f98ace17ebe6f7baf326fc
treed96672c799f8c059541f2deb84841461012ebb68
parentddd65b01561d6941f78363751d9713bc4cbb0cd1
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>
tools/patman/gitutil.py