]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Python3: do not use urllib.urlencode
authorCyril Roelandt <cyril@redhat.com>
Wed, 1 Jul 2015 19:16:43 +0000 (19:16 +0000)
committerCyril Roelandt <cyril@redhat.com>
Thu, 2 Jul 2015 14:32:46 +0000 (16:32 +0200)
commit1e5ef92f6af7b1a7c9d9221110a1e0accf2b4405
treedb759b57fbaf8d08eded7d28c83ff18c1fe61f25
parent5e9ea5acefa516a4ca969d578bac63e6cc58190e
Python3: do not use urllib.urlencode

It has been moved in Python3. Use six.moves to have code that works with both
Python 2 and 3.

Change-Id: I5f286b1f784b3b7bb37852b00169a6c1227eb74b
Blueprint: neutron-python3
neutron/api/api_common.py
neutron/plugins/ibm/sdnve_api.py
neutron/tests/tempest/services/identity/v3/json/identity_client.py
neutron/tests/tempest/services/identity/v3/json/region_client.py
neutron/tests/tempest/services/network/json/network_client.py
neutron/tests/tempest/test.py
tox.ini