]> git.baikalelectronics.ru Git - uboot.git/commit
patman: Support use of stringIO in Python 3
authorSimon Glass <sjg@chromium.org>
Tue, 14 May 2019 21:53:49 +0000 (15:53 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commit839beebbda64a6820f7cdcd255a59f8434917319
tree580ccef33eb1b0b2da5602ddb56099a444730422
parentda750660f10527d515a9a001a5ae41338fc3cf23
patman: Support use of stringIO in Python 3

With Python 3 this class has moved. Update the code to handle both cases.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/func_test.py