Home
last modified time | relevance | path

Searched hist:f5d44b9bae64d4fc347c537e6d5f13d630eb858d (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/tools/patman/
H A Dsettings.pyf5d44b9bae64d4fc347c537e6d5f13d630eb858d Tue Sep 27 15:03:55 UTC 2016 Paul Burton <paul.burton@imgtec.com> patman: Fix doctest StringIO import for python 3.x

In python 3.x StringIO is no longer a module, and the class can instead
be found in the io module. Adjust the code in the doctest input to
account for both.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Acked-by: Simon Glass <sjg@chromium.org>