commit | 44fc9baa10f5be4d9366bccc51543f76e8aea784 | [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 | 4466f1a3f6646fd6bcdcf2ae3a36888c79ab2a6a [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>