Comment 23 for bug 1290234

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

Reviewed: https://review.openstack.org/263753
Committed: https://git.openstack.org/cgit/openstack/swauth/commit/?id=da906b14a3f04bc858eb541361af86c2dac14f33
Submitter: Jenkins
Branch: master

commit da906b14a3f04bc858eb541361af86c2dac14f33
Author: zhangguoqing <zhang.guoqing@99cloud.net>
Date: Tue Jan 5 14:42:52 2016 +0000

    Do not use __builtin__ in python3

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

    Change-Id: I1256f7df641af1085daca1d1ad2c34cb44cda265
    closes-bug: #1290234