Remove all usage of six library
Replace six with Python 3 style code.
Change-Id: Ie0da4c882847268a58ab20f0fbc82fc8cf658297
haixin
5 years ago
| 13 | 13 | # License for the specific language governing permissions and limitations |
| 14 | 14 | # under the License. |
| 15 | 15 | |
| 16 | import http.client as http_client | |
| 16 | 17 | import time |
| 17 | 18 | |
| 18 | 19 | from oslo_serialization import jsonutils as json |
| 19 | from six.moves import http_client | |
| 20 | 20 | from tempest.lib.common import rest_client |
| 21 | 21 | from tempest.lib import exceptions as lib_exc |
| 22 | 22 |