]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Python3: replace 'unicode' with 'six.text_type'
authorCyril Roelandt <cyril@redhat.com>
Wed, 10 Jun 2015 10:20:58 +0000 (10:20 +0000)
committerCyril Roelandt <cyril@redhat.com>
Wed, 10 Jun 2015 19:53:12 +0000 (21:53 +0200)
commitfd85b3ead32cd988e93f1d33d219ffd52cd77a51
tree78793bb23f4e2baa9801ec1f8a7d3b505874166b
parent0fb46a0580b599c6f74b7dcf77c4d01cef202dea
Python3: replace 'unicode' with 'six.text_type'

In Python 3, 'unicode' does not exist; 'six.text_type' should be used instead.

Change-Id: I71011b4beee9817a61278eb473804cfb798de74a
Blueprint: neutron-python3
neutron/agent/metadata/agent.py
neutron/agent/metadata/namespace_proxy.py
neutron/api/extensions.py
neutron/common/exceptions.py
neutron/policy.py
neutron/tests/unit/api/v2/test_base.py
neutron/wsgi.py