keystoneauth/keystoneauth1/loading
Ji-Wei 2d3e376a2c 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: Icfbc0603d03e2001d1494027c492059687e15fa7
Closes-Bug: #1339855
2016-09-09 02:56:31 +00:00
..
_plugins Merge "Add prompt parameter to Opt" 2016-07-22 22:24:30 +00:00
__init__.py Make public the base loader classes 2015-10-19 01:50:22 +00:00
_utils.py Lazy import oslo_config as required 2016-04-26 08:43:29 +10:00
base.py Raise NotImplementedError instead of NotImplemented 2016-09-09 02:56:31 +00:00
cli.py Cleanup docstrings 2016-02-19 14:42:16 -06:00
conf.py docstring: fix typo 2016-05-14 02:26:50 +02:00
identity.py Fix PEP 257 error 2015-11-27 14:47:26 -05:00
opts.py Add prompt parameter to Opt 2016-07-07 10:20:21 +10:00
session.py Lazy import oslo_config as required 2016-04-26 08:43:29 +10:00