Comment 11 for bug 1268439

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

Reviewed: https://review.openstack.org/67364
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=56089303f0c6c587ecf57544877b20ed3d9b477f
Submitter: Jenkins
Branch: master

commit 56089303f0c6c587ecf57544877b20ed3d9b477f
Author: lizheming <email address hidden>
Date: Fri Jan 17 11:21:38 2014 +0800

    fix bug:range() is not same in py3.x and py2.x

    in python3.x, there is no method named xrange(),it
    has replaced by range(),which is equal to xrange() in
    python2.x. so we must fix this issue.we use six module
    to fix this issue.

    Change-Id: If4fd7478865e8024025af3e57e42f2a24e1e2bbc
    Closes-Bug: #1268439