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 28
28
from django .template import Context , Template
29
29
from django .test import TestCase
30
30
from 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
-
34
31
from djangosaml2 import views
35
32
from djangosaml2 .cache import OutstandingQueriesCache
36
33
from djangosaml2 .conf import get_config
37
34
from djangosaml2 .signals import post_authenticated
38
35
from djangosaml2 .tests import conf
39
- from djangosaml2 .tests .auth_response import auth_response
40
36
from djangosaml2 .tests .utils import SAMLPostFormParser
37
+ from djangosaml2 .tests .auth_response import auth_response
41
38
from 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
42
41
43
42
try :
44
43
from django .urls import reverse
You can’t perform that action at this time.
0 commit comments