Skip to content

Commit 3c3ed2f

Browse files
committed
class moved to other module in pysaml2
1 parent 55c993f commit 3c3ed2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sp_test/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from saml2 import BINDING_HTTP_POST
1212
from saml2.request import SERVICE2REQUEST
1313
from saml2.sigver import signed_instance_factory, pre_signature_part
14-
from saml2.samlp import HttpParameters
14+
from saml2.httputil import HttpParameters
1515

1616
from saml2test import CheckError, FatalError
1717
from saml2test.check import Check

0 commit comments

Comments
 (0)