keystone/keystone/oauth1
Raildo Mascena 771eeb36cb Avoid name repetition in equality comparisons
Multiple equality comparisons on the same variable are combined with
OR. Instead you could use `in` (f.e.: `a in [1, 2, 3]`)

Change-Id: Icd7e009219e916458a3918064dc7d45991511f62
2016-03-22 13:33:02 +00:00
..
backends Avoid name repetition in equality comparisons 2016-03-22 13:33:02 +00:00
__init__.py Remove exposure of routers at package level 2015-12-03 15:06:56 -03:00
controllers.py Consolidate @notifications.internal into Audit 2016-03-14 14:35:31 +00:00
core.py Removing H405 violations from keystone 2016-02-21 03:47:55 -05:00
routers.py Move oauth1 extension into core 2015-11-18 15:13:40 +00:00
schema.py Add schema for OAuth1 consumer API 2016-02-02 14:12:53 +08:00
validator.py Trival: Remove unused logging import 2015-12-26 15:14:25 +08:00