Reviewed: https://review.openstack.org/262512 Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=e1425601ea2de46e5f9dc25b9d4e956292392ae0 Submitter: Jenkins Branch: master
commit e1425601ea2de46e5f9dc25b9d4e956292392ae0 Author: Shuquan Huang <[email protected]> Date: Wed Dec 30 21:45:52 2015 +0800 Do not use __builtin__ in python3 __builtin__ does not exist in Python 3, use six.moves.builtins instead. Change-Id: I39cee402b58f98690851c45990f9bbfbebbd95d7 Patially-Implements: blueprint magnum-python3 closes-bug: #1290234 ** Changed in: magnum 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: In Progress Status in Glance: Fix Released Status in heat: Triaged Status in Ironic: Fix Released Status in OpenStack Identity (keystone): In Progress Status in Magnum: Fix Released Status in neutron: In Progress Status in OpenStack Compute (nova): In Progress Status in octavia: 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

