Merge "Use six.moves.reduce instead of builtin reduce"
This commit is contained in:
commit
c7b3ae41cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user