Codebase list cinder-tempest-plugin / dd226c5
Merge "Remove all usage of six library" Zuul authored 4 years ago Gerrit Code Review committed 4 years ago
2 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1313 # License for the specific language governing permissions and limitations
1414 # under the License.
1515
16 import http.client as http_client
1617 import time
1718
1819 from oslo_serialization import jsonutils as json
19 from six.moves import http_client
2020 from tempest.lib.common import rest_client
2121 from tempest.lib import exceptions as lib_exc
2222
33
44 pbr!=2.1.0,>=2.0.0 # Apache-2.0
55 oslo.config>=5.1.0 # Apache-2.0
6 six>=1.10.0 # MIT
76 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
87 tempest>=27.0.0 # Apache-2.0