diff options
author | Simon Glass <sjg@chromium.org> | 2020-06-07 06:45:50 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-07-09 18:57:22 -0600 |
commit | 1b48782ad3f8614a2766550baf8e7707d63deae7 (patch) | |
tree | 4ee37b96807530ded5dca440ca467ccdd2f4eb4d | |
parent | dd3dac2f2cd8bc008f11e0108d3fb64d0e4e8fd9 (diff) | |
download | u-boot-1b48782ad3f8614a2766550baf8e7707d63deae7.tar.gz u-boot-1b48782ad3f8614a2766550baf8e7707d63deae7.tar.xz u-boot-1b48782ad3f8614a2766550baf8e7707d63deae7.zip |
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>
-rw-r--r-- | tools/patman/test_util.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/patman/test_util.py b/tools/patman/test_util.py index 4d28d9fc92..aac58fb72f 100644 --- a/tools/patman/test_util.py +++ b/tools/patman/test_util.py @@ -11,7 +11,6 @@ import sys import unittest from patman import command -from patman import test_util from io import StringIO |