]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Python 3: do not use itertools.izip
authorCyril Roelandt <cyril@redhat.com>
Tue, 23 Jun 2015 15:28:34 +0000 (15:28 +0000)
committerCyril Roelandt <cyril@redhat.com>
Tue, 23 Jun 2015 22:20:22 +0000 (00:20 +0200)
commitad86291408fc74827c2bd31f89a2dce34f887823
treea60a205859d3dddc21a4e9c81a2edaf904c646ad
parentaf41907e066b11c068ee18fd82b870289e44e25a
Python 3: do not use itertools.izip

This no longer exists in Python 3. Use the zip function instead.

Blueprint: neutron-python3
Change-Id: Id7d33ec3d27a27f17040d28bead10f2eb3b831bb
neutron/scheduler/l3_agent_scheduler.py
neutron/tests/unit/extensions/test_external_net.py