Comment 3 for bug 1339855

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

Reviewed: https://review.openstack.org/105858
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=9376d43da8781cade8eb96a2d51e1c49dcc4c863
Submitter: Jenkins
Branch: master

commit 9376d43da8781cade8eb96a2d51e1c49dcc4c863
Author: Christian Berendt <email address hidden>
Date: Wed Jul 9 21:56:22 2014 +0200

    Raise NotImplementedError instead of NotImplemented

    NotImplementedError is the name of the exception
    (https://docs.python.org/2/library/exceptions.html).

    NotImplemented is the name of a constant
    (https://docs.python.org/2/library/constants.html).

    It makes no sense to raise a constant. The exception should
    be raised instead.

    Change-Id: I47efa6db2484757022d5f0601719d4ea4c78417d
    Closes-Bug: #1339855