Comment 3 for bug 1360861

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

Reviewed: https://review.openstack.org/116516
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=84d8e08080ea7f81356a4bee1e90e39b86e133d3
Submitter: Jenkins
Branch: master

commit 84d8e08080ea7f81356a4bee1e90e39b86e133d3
Author: François Magimel <email address hidden>
Date: Sun Aug 24 20:22:55 2014 +0200

    Use string.ascii_letters to be python 3 compatible

    Use string.ascii_letters instead of string.letter. The only consequence
    is to loose the locale-specific behavior but it seems not to be a bad
    thing for generating a secret key.

    Change-Id: Id985d798042eaa7541692d137027233537ed3bb4
    Closes-Bug: #1360861