From 5d0bd956add09d90bd3695aaff323db6144723e3 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 8 Aug 2019 17:53:28 +0200 Subject: [PATCH 2/4] create authentic2.utils package (#35302) --- src/authentic2/{utils.py => utils/__init__.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/authentic2/{utils.py => utils/__init__.py} (99%) diff --git a/src/authentic2/utils.py b/src/authentic2/utils/__init__.py similarity index 99% rename from src/authentic2/utils.py rename to src/authentic2/utils/__init__.py index 851bdf79..290df56d 100644 --- a/src/authentic2/utils.py +++ b/src/authentic2/utils/__init__.py @@ -65,7 +65,7 @@ except ImportError: from authentic2.saml.saml2utils import filter_attribute_private_key, \ filter_element_private_key -from . import plugins, app_settings, constants, crypto +from .. import plugins, app_settings, constants, crypto class CleanLogMessage(logging.Filter): -- 2.22.0