commit | b0c65f282002070ef1336861f754e9aacc2953bb | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Thu Apr 23 09:09:41 2015 -0400 |
committer | Matthew Treinish <mtreinish@kortar.org> | Thu Apr 23 12:00:05 2015 -0400 |
tree | 6131552ea570be440d416f40f89983be04b88f91 | |
parent | 628c965d6235b470594d961ce0d93513c090d2b1 [diff] |
Switch all uses of StringIO to use it from six As part of enabling python3 support in tempest we need to be able to handle StringIO usage in both python2 and python3. Six provides a compat layer for doing this, so this commit moves all uses of StringIO and cStringIO to get it through six. Change-Id: Ie6ac86b3b5ed2c307dc2cc41386da9e5ba1ee23e