e64a1b5891
Keystone API routers are exposed at their package level (in __init__.py files). This causes them to be unnecessarily executed each time something whithin that package is used. For example, simply importing keystone.federation.constants would make the federation routers code to be executed. This patch remove routers exposure from package level and import them directly in services.py, which is the single place that needs them. Change-Id: If68184c871ac77659ad2e64aa5f0aafac7a4bf70 |
||
---|---|---|
.. | ||
backends | ||
__init__.py | ||
controllers.py | ||
core.py | ||
routers.py | ||
schema.py |