Comment 7 for bug 1595786

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

Reviewed: https://review.openstack.org/334127
Committed: https://git.openstack.org/cgit/openstack/searchlight/commit/?id=0b6a5c0f26cdb222a4d022a8dcb79495ac981258
Submitter: Jenkins
Branch: master

commit 0b6a5c0f26cdb222a4d022a8dcb79495ac981258
Author: Ji-Wei <email address hidden>
Date: Sat Jun 25 11:57:00 2016 +0800

    make string.letters python3 compatible

    The string.letters in python2 was supported. But in python3,
    string.letters was removed. In python3, recommend using
    string.ascii_letters instead. This patch fix it.

    Change-Id: Ib0444f1d527de4fcb0393bd04c93a64e9d79e3f9
    Closes-Bug: #1595786