class moved to other module in pysaml2

This commit is contained in:
rhoerbe
2014-09-22 09:23:21 +02:00
parent 55c993f5e6
commit 3c3ed2f1eb

View File

@@ -11,7 +11,7 @@ from saml2 import BINDING_HTTP_REDIRECT, class_name
from saml2 import BINDING_HTTP_POST
from saml2.request import SERVICE2REQUEST
from saml2.sigver import signed_instance_factory, pre_signature_part
from saml2.samlp import HttpParameters
from saml2.httputil import HttpParameters
from saml2test import CheckError, FatalError
from saml2test.check import Check