Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python: Don't use StringIO directly.
StringIO.StringIO in Python 2 became io.StringIO in Python 3. Use six.StringIO which is an alias for the two cases. Signed-off-by: Russell Bryant <[email protected]> Acked-by: Ben Pfaff <[email protected]>
- Loading branch information