Skip to content

Commit 65a1b47

Browse files
committed
Use saml2.extension.mdui in place of saml2.extension.ui
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 6e074b8 commit 65a1b47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/satosa/backends/saml2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from saml2 import BINDING_HTTP_REDIRECT
1313
from saml2.client_base import Base
1414
from saml2.config import SPConfig
15-
from saml2.extension.ui import NAMESPACE as UI_NAMESPACE
15+
from saml2.extension.mdui import NAMESPACE as UI_NAMESPACE
1616
from saml2.metadata import create_metadata_string
1717
from saml2.authn_context import requested_authn_context
1818

src/satosa/frontends/saml2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
from saml2 import SAMLError, xmldsig
1919
from saml2.config import IdPConfig
20-
from saml2.extension.ui import NAMESPACE as UI_NAMESPACE
20+
from saml2.extension.mdui import NAMESPACE as UI_NAMESPACE
2121
from saml2.metadata import create_metadata_string
2222
from saml2.saml import NameID
2323
from saml2.saml import NAMEID_FORMAT_TRANSIENT

0 commit comments

Comments
 (0)