keystone/keystone/api/_shared/__init__.py
Morgan Fainberg 0f5300ddb3 Convert role_inferences API to flask native dispatching
Convert /v3/role_inferences API to flask native dispatching.

Change-Id: I4a2719f27bb31437cbb0dea9f1379c9b3542c393
Partial-Bug: #1776504
2018-08-13 20:06:35 +00:00

10 lines
417 B
Python

# flake8: noqa
# NOTE(morgan): The keystone.api._shared module is explicitly for shared code
# between the APIs that should not be duplicated. This occurs infrequently.
# For the most part adding a new file or code to anything in this module is
# incorrect. If you are unsure of what you are doing, do not add code here.
# WARNING: THIS FILE SHOULD CONTAIN NO CODE, it is explicitly ignored by
# flake8 completely.