On Fri, Jan 22, 2016 at 09:32:27PM -0500, Russell Bryant wrote:
> 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
Acked-by: Ben Pfaff
___
dev mail
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
---
python/ovs/json.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/python/ovs/json.py b/python/ovs/json.py
index c1dcd63..f