commit | 8912814caa1564247ae01c3c3fd518d1f4a012ef | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Thu Apr 23 10:44:30 2015 -0400 |
committer | Matthew Treinish <mtreinish@kortar.org> | Sun May 10 12:46:20 2015 -0400 |
tree | cd017797496c71fc54d171aeb96ac689288e5156 | |
parent | 4401db8f5794f338a014540847f98a3b9b8139a0 [diff] |
Switch all uses of urllib and HTMLParser to import from six As part of enabling python3 support in tempest we need to be able to handle urllib, HTMLParser, and urllib2 usage in both python2 and python3. Six provides a compat layer for doing this, so this commit moves all uses of urllib2, HTMLParser, and urllib to get it through six. Change-Id: I81e348ac79001ac94bdb92a9b60c7dca4c93686a