Comment 2 for bug 1290234

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

Reviewed: https://review.openstack.org/79269
Committed: https://git.openstack.org/cgit/openstack/tuskar/commit/?id=6251923ed8759a647b89699aba51a237d744d8d0
Submitter: Jenkins
Branch: master

commit 6251923ed8759a647b89699aba51a237d744d8d0
Author: Fengqian Gao <email address hidden>
Date: Mon Mar 10 15:39:05 2014 +0800

    Do not use __builtin__ in python3

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

    closes-bug: #1290234

    Change-Id: Icb13e1d8e741b4d276140e2ca2eb9258225c3a3e