patman: Drop import of test_util in test_util
authorSimon Glass <sjg@chromium.org>
Sun, 7 Jun 2020 12:45:50 +0000 (06:45 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 10 Jul 2020 00:57:22 +0000 (18:57 -0600)
commit1b48782ad3f8614a2766550baf8e7707d63deae7
tree4ee37b96807530ded5dca440ca467ccdd2f4eb4d
parentdd3dac2f2cd8bc008f11e0108d3fb64d0e4e8fd9
patman: Drop import of test_util in test_util

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>
tools/patman/test_util.py