commit | 7e1a0725c90ebf8343eb3799f250dd047129e8e9 | [log] [tgz] |
---|---|---|
author | haixin <haixin@inspur.com> | Wed Sep 30 14:37:22 2020 +0800 |
committer | haixin <haixin@inspur.com> | Tue Oct 06 09:30:32 2020 +0800 |
tree | d1684e7e0889ede14c1d8fc9c0ffb477819c6be6 | |
parent | 6336800cbd8426cf7639c38c0a6f34a7c61e95be [diff] [blame] |
Remove all usage of six library Replace six with Python 3 style code. Change-Id: Ie0da4c882847268a58ab20f0fbc82fc8cf658297
diff --git a/cinder_tempest_plugin/services/consistencygroups_client.py b/cinder_tempest_plugin/services/consistencygroups_client.py index a29a90a..cea99ed 100644 --- a/cinder_tempest_plugin/services/consistencygroups_client.py +++ b/cinder_tempest_plugin/services/consistencygroups_client.py
@@ -14,10 +14,10 @@ # License for the specific language governing permissions and limitations # under the License. +import http.client as http_client import time from oslo_serialization import jsonutils as json -from six.moves import http_client from tempest.lib.common import rest_client from tempest.lib import exceptions as lib_exc