Comment 8 for bug 1346797

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/153744
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=d6db8025a3c0b1997b3035baaef6fd2d22bebc6c
Submitter: Jenkins
Branch: master

commit d6db8025a3c0b1997b3035baaef6fd2d22bebc6c
Author: Daniel Gonzalez <email address hidden>
Date: Sat Feb 7 01:42:49 2015 +0100

    Use python abc for abstract classes

    Instead of raising NotImplementedErrors in abstract methods, mark them as
    abstract using python abc class [1].
    See also [2]

    [1]: http://legacy.python.org/dev/peps/pep-3119/
    [2]: http://dbader.org/blog/abstract-base-classes-in-python

    Change-Id: Ief9eefc2ae87526248b91abd04b6e62ad94fbf35
    Partial-Bug: #1346797