]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Python 3: use six.string_types instead of basestring
authorCyril Roelandt <cyril.roelandt@enovance.com>
Wed, 20 May 2015 13:09:13 +0000 (15:09 +0200)
committerCyril Roelandt <cyril.roelandt@enovance.com>
Thu, 21 May 2015 02:03:17 +0000 (04:03 +0200)
commit6c1cb05302f369b3105cea73cb86a00018ada6be
treea48d4c7f4939101b58b7fdc1c55fcd62ff5e0d8a
parentd825ef947fc275da2f0b4b1f2fd2695347c492be
Python 3: use six.string_types instead of basestring

In Python 3, there is no "basestring". In Python 3, "six.string_types" is
"basestring", and "str" in Python 3.

Change-Id: Ic22e932cbf3c4b75cd424f4b41428da869f197cf
Blueprint: neutron-python3
HACKING.rst
neutron/agent/ovsdb/impl_vsctl.py
neutron/api/v2/attributes.py
neutron/db/common_db_mixin.py
neutron/db/l3_dvr_db.py
neutron/db/migration/alembic_migrations/heal_script.py
neutron/extensions/securitygroup.py
neutron/hacking/checks.py
neutron/quota.py
neutron/tests/unit/hacking/test_checks.py