]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Switch to using abc in the retargetable client
authorMaru Newby <marun@redhat.com>
Tue, 20 Jan 2015 02:23:48 +0000 (02:23 +0000)
committerMaru Newby <marun@redhat.com>
Tue, 20 Jan 2015 02:23:48 +0000 (02:23 +0000)
commit37aec6d5072a7b2a79c2300d7a2e6f97811fc21a
treedbc010f49cfded0dc0d8d16c25b99d0cf8f86dfb
parent5e90e6ea602b437654387b5d04fa0b75c46e4dc8
Switch to using abc in the retargetable client

abc is preferable to raising NotImplementedError because it will
prevent instantiation of a subclass that doesn't implement the
required methods rather than failing only when a missing method is
called.

Change-Id: I1043eefde675dd3b653d5b508be22cfd52d2fe8f
Implements: bp retargetable-functional-testing
neutron/tests/api/base_v2.py