mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 11:40:22 -07:00
Import StringIO from six in a couple more places.
This commit is contained in:
parent
4bbca9211a
commit
3bb7b0eef3
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue