commit | f077dd26d3228e96fcf9702f5eb51fe12f04bdd2 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Thu Apr 23 09:37:41 2015 -0400 |
committer | Matthew Treinish <mtreinish@kortar.org> | Thu Apr 23 12:00:18 2015 -0400 |
tree | a5d8bffe949f3a5e67a3e56be0672e706897d44b | |
parent | b0c65f282002070ef1336861f754e9aacc2953bb [diff] |
Switch all uses of urlparse to import from six As part of enabling python3 support in tempest we need to be able to handle urlparse usage in both python2 and python3. Six provies a compat layer for doing this, so this commit moves all uses of urllparse to get it through six. Change-Id: Ic9c15d90fd3b8413fec4d01a070cc167f7536e62