]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tasks/mgr: s/urllib.quote_plus/parse.quote_plus/
authorKefu Chai <kchai@redhat.com>
Tue, 7 Apr 2020 12:27:08 +0000 (20:27 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 7 Apr 2020 13:51:23 +0000 (21:51 +0800)
commit6c2f40a5281a1cccf0cab82c620ef1c6a40dd6ef
tree3a94b26f11d5243516732a25b41c7dd006720303
parent4e87fcfea0dbfc7d05046cc24137b71d9ce52393
qa/tasks/mgr: s/urllib.quote_plus/parse.quote_plus/

in Python3, urllib.quote_plus is moved into urllib.parse, let's use
six.moves at this moment.

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/mgr/dashboard/test_rgw.py