ae60d4ad77

Some modules use different names in Python2 and Python3. Use six.moves to make them work well in Python2 and Python3. This is changes mapping: six.moves Python 2 Python 3 reduce reduce() functools.reduce() Implements: blueprint make-python3-compatible Change-Id: I97971f2ab40385bfc2c73ae7e8a7620c4d64a03c
Description
Languages
Python
99.8%
Shell
0.2%