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 <[email protected]> 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 ** Changed in: swauth Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1290234 Title: do not use __builtin__ in Python3 Status in Bandit: Fix Released Status in Glance: Fix Released Status in heat: Triaged Status in OpenStack Identity (keystone): Fix Released Status in Magnum: Fix Released Status in neutron: In Progress Status in OpenStack Compute (nova): In Progress Status in octavia: In Progress Status in Swift Authentication: Fix Released Status in Trove: In Progress Status in tuskar: Fix Released Bug description: __builtin__ does not exist in Python 3, use six.moves.builtins instead. To manage notifications about this bug go to: https://bugs.launchpad.net/bandit/+bug/1290234/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

