File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212from saml2 import BINDING_HTTP_REDIRECT
1313from saml2 .client_base import Base
1414from saml2 .config import SPConfig
15- from saml2 .extension .ui import NAMESPACE as UI_NAMESPACE
15+ from saml2 .extension .mdui import NAMESPACE as UI_NAMESPACE
1616from saml2 .metadata import create_metadata_string
1717from saml2 .authn_context import requested_authn_context
1818
Original file line number Diff line number Diff line change 1717
1818from saml2 import SAMLError , xmldsig
1919from saml2 .config import IdPConfig
20- from saml2 .extension .ui import NAMESPACE as UI_NAMESPACE
20+ from saml2 .extension .mdui import NAMESPACE as UI_NAMESPACE
2121from saml2 .metadata import create_metadata_string
2222from saml2 .saml import NameID
2323from saml2 .saml import NAMEID_FORMAT_TRANSIENT
You can’t perform that action at this time.
0 commit comments