mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
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>
This commit is contained in:
parent
dd3dac2f2c
commit
1b48782ad3
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ import sys
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from patman import command
|
from patman import command
|
||||||
from patman import test_util
|
|
||||||
|
|
||||||
from io import StringIO
|
from io import StringIO
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue