Comment 43 for bug 1280105

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to swift (master)

Reviewed: https://review.openstack.org/378203
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=52473ea39277f6b3d8e7d77564189da6b1aec7c3
Submitter: Jenkins
Branch: master

commit 52473ea39277f6b3d8e7d77564189da6b1aec7c3
Author: Hanxi Liu <email address hidden>
Date: Wed Sep 28 10:58:30 2016 +0800

    Use six.moves.urllib.parse instead of urllib

    Six urllib parse contains py3's urllib.parse and py2's urllib.
    Replace urllib with six.moves.urllib.parse to keep compatibility.

    Change-Id: Ie67987e4ffb981c2ee70360f7fa9b3fe873c2a96
    Closes-bug: 1280105