mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
1e98f310f6
Incorporate Custodia into IPA. See: https://pagure.io/freeipa/issue/8882 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
4 lines
139 B
Python
4 lines
139 B
Python
# custodia namespace
|
|
# You must NOT include any other code and data in __init__.py
|
|
__import__('pkg_resources').declare_namespace(__name__)
|