Merge "Use six.moves.reduce instead of builtin reduce"

This commit is contained in:
Jenkins 2016-01-02 20:49:39 +00:00 committed by Gerrit Code Review
commit c7b3ae41cd

View File

@ -22,6 +22,7 @@ import uuid
import mock
# NOTE(jokke): simplified transition to py3, behaves like py2 xrange
from six.moves import range
from six.moves import reduce
from glance.common import exception
from glance.common import timeutils