]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Update entry_test to support Python 3
authorSimon Glass <sjg@chromium.org>
Sat, 18 May 2019 04:00:47 +0000 (22:00 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commitf16b28b66d5bed04df926915f12e1600f988c773
treed901ea0afd8e94cad0ca2633ed661ef60556665d
parent889bf9ee497443e575dfb40c8ba70ce21b51a05d
binman: Update entry_test to support Python 3

The reload() function is in a different place in Python 3. Update the code
to handle this.

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