Skip to content
Snippets Groups Projects
Commit 9e83fd79 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Use six.StringIO"

parents fdb33d04 46e8196f
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,9 @@
# limitations under the License.
from ConfigParser import ConfigParser
from cStringIO import StringIO
import inspect
import os
from six import StringIO
from ansible.plugins.action import ActionBase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment