]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Replaces reduce with six.moves.reduce for py 2/3 compatibility
authorsonu.kumar <sonu.kumar@nectechnologies.in>
Mon, 3 Aug 2015 11:45:52 +0000 (17:15 +0530)
committersonu.kumar <sonu.kumar@nectechnologies.in>
Mon, 3 Aug 2015 11:53:20 +0000 (17:23 +0530)
commit98d1a2dd4cdde30c725a4991944275d0a5391fb0
tree42f9e3cfaf9138c8d8eb4f1d47f35312325945e7
parent9c71544c3bf4b1760607788cb7a9b52ebff01779
Replaces reduce with six.moves.reduce for py 2/3 compatibility

This patch replaces "reduce" with "six.moves.reduce" to comply with
the newer python version i.e. python3.

Partially-Implements: Blueprint neutron-python3

Change-Id: Iddb52d86665123ade5920bc09f7802e29440e7dd
neutron/tests/tempest/common/generator/base_generator.py