From: Simon Glass Date: Sun, 7 Jun 2020 12:45:50 +0000 (-0600) Subject: patman: Drop import of test_util in test_util X-Git-Tag: v2025.01-rc5-pxa1908~2313^2~28 X-Git-Url: http://git.dujemihanovic.xyz/html/static/gitweb.css?a=commitdiff_plain;h=1b48782ad3f8614a2766550baf8e7707d63deae7;p=u-boot.git 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 --- 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