From 5e17c134aa67abbcee788f4ab4ea0b7f694aed5a Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Nov 27 2023 17:15:44 +0000 Subject: Remove ipaserver.custodia.__init__.py Use native Python namespaces instead. Related: https://pagure.io/freeipa/issue/9467 Signed-off-by: Alexander Bokovoy Reviewed-By: Rafael Guterres Jeffman --- diff --git a/ipaserver/custodia/__init__.py b/ipaserver/custodia/__init__.py deleted file mode 100644 index ad72dec..0000000 --- a/ipaserver/custodia/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# custodia namespace -# You must NOT include any other code and data in __init__.py -__import__('pkg_resources').declare_namespace(__name__)