Comment 18 for bug 1618666

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

Reviewed: https://review.openstack.org/369819
Committed: https://git.openstack.org/cgit/openstack/python-swiftclient/commit/?id=b6cf56deb9eba388c787d365e7f5b4aca67c57e1
Submitter: Jenkins
Branch: master

commit b6cf56deb9eba388c787d365e7f5b4aca67c57e1
Author: Pallavi <email address hidden>
Date: Wed Sep 14 10:27:02 2016 +0530

    Use ConfigParser instead of SafeConfigParser

    The SafeConfigParser class has been renamed to ConfigParser in Python
    3.2. This alias will be removed in future versions.So we can use
    ConfigParser directly instead.

    Change-Id: Ie0292271229ee77d1bc57dd897ebbbb3d3c059aa
    Closes-Bug: #1618666