Commit 3bb7b0ee by ian

Import StringIO from six in a couple more places.

parent 4bbca921
......@@ -21,7 +21,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
# from python and deps
from cStringIO import StringIO
from six.moves import StringIO
import json
import os
import shlex
......
......@@ -20,7 +20,7 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
from StringIO import StringIO
from six.moves import StringIO
from collections import Sequence, Set, Mapping
from ansible.compat.tests import unittest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment