summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-06-07 06:45:50 -0600
committerSimon Glass <sjg@chromium.org>2020-07-09 18:57:22 -0600
commit1b48782ad3f8614a2766550baf8e7707d63deae7 (patch)
tree4ee37b96807530ded5dca440ca467ccdd2f4eb4d /tools
parentdd3dac2f2cd8bc008f11e0108d3fb64d0e4e8fd9 (diff)
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/patman/test_util.py1
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