File tree Expand file tree Collapse file tree 3 files changed +1019
-961
lines changed Expand file tree Collapse file tree 3 files changed +1019
-961
lines changed Original file line number Diff line number Diff line change 1
1
import logging
2
- from urllib import urlencode
3
- from urlparse import parse_qs
4
- from urlparse import urlsplit
5
2
import six
6
3
import time
7
4
import ldap
13
10
from saml2 .httputil import Unauthorized
14
11
from saml2 .httputil import parse_cookie
15
12
13
+ from six .moves .urllib .parse import urlencode , parse_qs , urlsplit
14
+
16
15
__author__ = 'rolandh'
17
16
18
17
logger = logging .getLogger (__name__ )
Original file line number Diff line number Diff line change 6
6
to conclude its tasks.
7
7
"""
8
8
import threading
9
- from six .moves .urllib .parse import urlencode
10
- from six .moves .urllib .parse import urlparse
11
9
import six
12
10
13
11
from saml2 .entity import Entity
26
24
from saml2 .soap import make_soap_enveloped_saml_thingy
27
25
28
26
from six .moves .urllib .parse import parse_qs
27
+ from six .moves .urllib .parse import urlencode
28
+ from six .moves .urllib .parse import urlparse
29
29
30
- from saml2 .s_utils import signature , UnravelError , exception_trace
30
+ from saml2 .s_utils import signature
31
+ from saml2 .s_utils import UnravelError
31
32
from saml2 .s_utils import do_attributes
32
33
33
34
from saml2 import samlp , BINDING_SOAP , SAMLError
You can’t perform that action at this time.
0 commit comments