Remove ipaserver.custodia.__init__.py

Use native Python namespaces instead.

Related: https://pagure.io/freeipa/issue/9467

Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
Reviewed-By: Rafael Guterres Jeffman <rjeffman@redhat.com>
This commit is contained in:
Alexander Bokovoy 2023-11-27 09:57:44 +02:00 committed by Florence Blanc-Renaud
parent 519685823b
commit 5e17c134aa

View File

@ -1,3 +0,0 @@
# custodia namespace
# You must NOT include any other code and data in __init__.py
__import__('pkg_resources').declare_namespace(__name__)