python-keystoneclient/keystoneclient/v2_0
Morgan Fainberg 4a43aa02b8 Remove use of positional decorator
The positional decorator results in poorly maintainable code in
a misguided effort to emulate python3's key-word-arg only notation
and functionality. This patch removes keystoneclient's dependance
on the positional decorator.

Change-Id: I9e691cc8b0c04992f4a8dabd67e1b413d3220d23
2017-08-07 13:14:55 -07:00
..
__init__.py Make __all__ immutable 2015-10-01 18:18:13 +00:00
certificates.py Fixing D202 and D203 PEP257 violation. 2016-05-04 19:45:30 +00:00
client.py Fixing D202 and D203 PEP257 violation. 2016-05-04 19:45:30 +00:00
ec2.py Fixing D105 PEP257 2016-05-04 19:47:14 +00:00
endpoints.py Fixing D105 PEP257 2016-05-04 19:47:14 +00:00
extensions.py Fixing D105 PEP257 2016-05-04 19:47:14 +00:00
roles.py Fixing D105 PEP257 2016-05-04 19:47:14 +00:00
services.py Fixing D105 PEP257 2016-05-04 19:47:14 +00:00
tenants.py Replace six.iteritems() with .items() 2017-04-03 18:20:52 +05:30
tokens.py Remove use of positional decorator 2017-08-07 13:14:55 -07:00
users.py Do not send user ids as payload 2016-07-29 16:17:44 +03:00