Reviewed: https://review.openstack.org/365509 Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=f2792d7d07adb18a9fe676f28e589ebac6ed61a1 Submitter: Jenkins Branch: master
commit f2792d7d07adb18a9fe676f28e589ebac6ed61a1 Author: Ji-Wei <email address hidden> Date: Mon Sep 5 18:10:12 2016 +0800
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). This patch fix it.
Change-Id: If0c220b8fc8480e5904400e9086935944bce728a Closes-Bug: #1339855
Reviewed: https:/ /review. openstack. org/365509 /git.openstack. org/cgit/ openstack/ keystonemiddlew are/commit/ ?id=f2792d7d07a db18a9fe676f28e 589ebac6ed61a1
Committed: https:/
Submitter: Jenkins
Branch: master
commit f2792d7d07adb18 a9fe676f28e589e bac6ed61a1
Author: Ji-Wei <email address hidden>
Date: Mon Sep 5 18:10:12 2016 +0800
Raise NotImplementedError instead of NotImplemented
NotImplemen tedError is the name of the exception /docs.python. org/2/library/ exceptions. html). /docs.python. org/2/library/ constants. html).
(https:/
NotImplemented is the name of a constant
(https:/
This patch fix it.
Change-Id: If0c220b8fc8480 e5904400e908693 5944bce728a
Closes-Bug: #1339855