
6 Jul
2020
6 Jul
'20
3:37 a.m.
This module doesn't need to import itself. It causes problems on very old Python 3 (e.g. 3.4.0). Drop it.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v4: - Add a new patch to drop import of test_util in test_util - Add a cover letter
tools/patman/test_util.py | 1 - 1 file changed, 1 deletion(-)
Applied to u-boot-dm/next, thanks!