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 protected]> 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 ** Changed in: keystone Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). 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 Ironic: Fix Released 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: In Progress 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

