]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
hacking: enable H238 (old style class declaration, use new style)
authorIhar Hrachyshka <ihrachys@redhat.com>
Mon, 12 Jan 2015 16:27:14 +0000 (17:27 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Mon, 12 Jan 2015 22:46:11 +0000 (23:46 +0100)
commit548ab45a50d9ea4effba2f75ff0af294da0ccb13
tree48c4debd9ea0a98fcb7b055f5c7e52cb68cafec8
parent967d4589817b1a97d62ca805e4e628fc15878661
hacking: enable H238 (old style class declaration, use new style)

The rule was added in hacking 0.10 and is useful for migration to Python 3.

Change-Id: I8b45413cf34e5a9db8074f9029410e3b22a92640
34 files changed:
neutron/agent/linux/ovs_lib.py
neutron/debug/debug_agent.py
neutron/extensions/extraroute.py
neutron/plugins/brocade/nos/fake_nosdriver.py
neutron/plugins/brocade/nos/nosdriver.py
neutron/plugins/cisco/cfg_agent/service_helpers/routing_svc_helper.py
neutron/plugins/cisco/common/config.py
neutron/plugins/embrane/common/constants.py
neutron/plugins/ibm/sdnve_api_fake.py
neutron/plugins/ibm/sdnve_neutron_plugin.py
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/plugins/midonet/midonet_lib.py
neutron/plugins/ml2/drivers/brocade/nos/nosdriver.py
neutron/plugins/ofagent/agent/ofa_neutron_agent.py
neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/plugins/plumgrid/drivers/fake_plumlib.py
neutron/plugins/sriovnicagent/pci_lib.py
neutron/plugins/vmware/common/config.py
neutron/plugins/vmware/common/sync.py
neutron/plugins/vmware/common/utils.py
neutron/plugins/vmware/vshield/tasks/tasks.py
neutron/tests/unit/bigswitch/fake_server.py
neutron/tests/unit/midonet/mock_lib.py
neutron/tests/unit/midonet/test_midonet_driver.py
neutron/tests/unit/nec/test_pfc_driver.py
neutron/tests/unit/openvswitch/test_ovs_tunnel.py
neutron/tests/unit/test_api_v2.py
neutron/tests/unit/test_dhcp_agent.py
neutron/tests/unit/test_linux_dhcp.py
neutron/tests/unit/test_linux_interface.py
neutron/tests/unit/test_security_groups_rpc.py
neutron/tests/unit/test_wsgi.py
tox.ini