File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
from saml2 .s_utils import rndstr
39
39
#from srtest import exception_trace
40
40
from saml2 .samlp import Extensions
41
- import xmldsig as ds
41
+ from saml2 import xmldsig as ds
42
42
43
43
logger = logging .getLogger ("" )
44
44
hdlr = logging .FileHandler ('spx.log' )
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def run_tests(self):
47
47
48
48
setup (
49
49
name = 'pysaml2' ,
50
- version = '3.0.0 ' ,
50
+ version = '3.0.1a ' ,
51
51
description = 'Python implementation of SAML Version 2' ,
52
52
# long_description = read("README"),
53
53
author = 'Roland Hedberg' ,
Original file line number Diff line number Diff line change 4
4
__author__ = 'rolandh'
5
5
6
6
import json
7
- import xmldsig as ds
7
+ from saml2 import xmldsig as ds
8
8
from saml2 .saml import NAME_FORMAT_UNSPECIFIED , NAME_FORMAT_URI , NAME_FORMAT_BASIC
9
9
10
10
BASE = "http://localhost:8088"
You can’t perform that action at this time.
0 commit comments