commit | 6421af80deb28563a07f256f5195dd1c5d008ca2 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Thu Apr 23 09:47:50 2015 -0400 |
committer | Matthew Treinish <mtreinish@kortar.org> | Thu Apr 23 12:00:18 2015 -0400 |
tree | 3714607e0c7a418a69a66b6bbc2f982d910a2fe2 | |
parent | fcd9a080dba1237780361b28b38c15ece634e176 [diff] |
Switch all uses of httplib to import from six As part of enabling python3 support in tempest we need to be able to handle httplib usage in both python2 and python3. Six provides a compat layer for doing this, so this commit moves all uses of httplib to get it through six. Change-Id: Ibf1d87908fe4004b37320439386abe5b1dc4bb51