]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use six.moves.urllib.parse instead of urlparse
authorHe Yongli <yongli.he@intel.com>
Wed, 12 Feb 2014 04:44:45 +0000 (12:44 +0800)
committerHe Yongli <yongli.he@intel.com>
Thu, 13 Feb 2014 02:19:01 +0000 (10:19 +0800)
commita060b6c0b7d26b02ac2ca15ede49fa56a026efda
treeca924554ba66e5508b688bd6303ecc2c2fdaef5c
parent4d63a13681b53c4436bbe9ec40c38cea36ea50a0
Use six.moves.urllib.parse instead of urlparse

To keep Python 3.x compatibility, use six.moves.urllib.parse to
replace urlparse.

Closes-Bug: #1279611
Change-Id: I712035926f449e1bc5ab1fe85927369b826cb9cc
neutron/agent/metadata/agent.py
neutron/agent/metadata/namespace_proxy.py
neutron/api/v2/router.py
neutron/plugins/nicira/api_client/request.py
neutron/tests/unit/nicira/fake_nvpapiclient.py
neutron/tests/unit/test_api_v2.py