Skip to content

Commit e341cdc

Browse files
author
Roland Hedberg
committed
xmldsig part of saml2
1 parent 86d2651 commit e341cdc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/sp-wsgi/sp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
from saml2.s_utils import rndstr
3939
#from srtest import exception_trace
4040
from saml2.samlp import Extensions
41-
import xmldsig as ds
41+
from saml2 import xmldsig as ds
4242

4343
logger = logging.getLogger("")
4444
hdlr = logging.FileHandler('spx.log')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def run_tests(self):
4747

4848
setup(
4949
name='pysaml2',
50-
version='3.0.0',
50+
version='3.0.1a',
5151
description='Python implementation of SAML Version 2',
5252
# long_description = read("README"),
5353
author='Roland Hedberg',

tests/idp_test/target_idp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__author__ = 'rolandh'
55

66
import json
7-
import xmldsig as ds
7+
from saml2 import xmldsig as ds
88
from saml2.saml import NAME_FORMAT_UNSPECIFIED, NAME_FORMAT_URI, NAME_FORMAT_BASIC
99

1010
BASE = "http://localhost:8088"

0 commit comments

Comments
 (0)