commit | f5d44b9bae64d4fc347c537e6d5f13d630eb858d | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Tue Sep 27 16:03:55 2016 +0100 |
committer | sjg <sjg@chromium.org> | Sun Oct 09 09:30:32 2016 -0600 |
tree | c03f1e79a75f32b50edf49b14b6c4677e0eb4348 | |
parent | c9eac38a25b53085f18a831eb28c27512982cc5f [diff] |
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>