Comment 22 for bug 1290234

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

Reviewed: https://review.openstack.org/262773
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=3db7564fb795844a961f3dbddcc714a764dcab63
Submitter: Jenkins
Branch: master

commit 3db7564fb795844a961f3dbddcc714a764dcab63
Author: Ravi Shekhar Jethani <email address hidden>
Date: Thu Dec 31 01:36:37 2015 -0800

    Do not use __builtin__ in python3

    __builtin__ does not exist in Python 3, use
    six.moves.builtins instead.

    Change-Id: Idcaa582190fbb655f7e3e965a3a165137bdd9e3c
    Closes-Bug: #1290234