File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2828from django .template import Context , Template
2929from django .test import TestCase
3030from django .test .client import RequestFactory
31- from saml2 .config import SPConfig
32- from saml2 .s_utils import decode_base64_and_inflate , deflate_and_base64_encode
33-
3431from djangosaml2 import views
3532from djangosaml2 .cache import OutstandingQueriesCache
3633from djangosaml2 .conf import get_config
3734from djangosaml2 .signals import post_authenticated
3835from djangosaml2 .tests import conf
39- from djangosaml2 .tests .auth_response import auth_response
4036from djangosaml2 .tests .utils import SAMLPostFormParser
37+ from djangosaml2 .tests .auth_response import auth_response
4138from djangosaml2 .views import finish_logout
39+ from saml2 .config import SPConfig
40+ from saml2 .s_utils import decode_base64_and_inflate , deflate_and_base64_encode
4241
4342try :
4443 from django .urls import reverse
You can’t perform that action at this time.
0 commit comments