Projet

Général

Profil

0002-create-authentic2.utils-package-35302.patch

Benjamin Dauvergne, 09 août 2019 12:20

Télécharger (978 octets)

Voir les différences:

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%)
src/authentic2/utils.py → src/authentic2/utils/__init__.py
65 65
from authentic2.saml.saml2utils import filter_attribute_private_key, \
66 66
    filter_element_private_key
67 67

  
68
from . import plugins, app_settings, constants, crypto
68
from .. import plugins, app_settings, constants, crypto
69 69

  
70 70

  
71 71
class CleanLogMessage(logging.Filter):
72
-