Merge "Remove all usage of six library"
Zuul authored 4 years ago
Gerrit Code Review committed 4 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 |