xmldsig part of saml2

This commit is contained in:
Roland Hedberg
2015-07-15 20:14:54 +02:00
parent 86d2651ae8
commit e341cdc5fe
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ from saml2.s_utils import sid
from saml2.s_utils import rndstr from saml2.s_utils import rndstr
#from srtest import exception_trace #from srtest import exception_trace
from saml2.samlp import Extensions from saml2.samlp import Extensions
import xmldsig as ds from saml2 import xmldsig as ds
logger = logging.getLogger("") logger = logging.getLogger("")
hdlr = logging.FileHandler('spx.log') hdlr = logging.FileHandler('spx.log')

View File

@@ -47,7 +47,7 @@ tests_require = [
setup( setup(
name='pysaml2', name='pysaml2',
version='3.0.0', version='3.0.1a',
description='Python implementation of SAML Version 2', description='Python implementation of SAML Version 2',
# long_description = read("README"), # long_description = read("README"),
author='Roland Hedberg', author='Roland Hedberg',

View File

@@ -4,7 +4,7 @@ from saml2.saml import NAME_FORMAT_URI
__author__ = 'rolandh' __author__ = 'rolandh'
import json import json
import xmldsig as ds from saml2 import xmldsig as ds
from saml2.saml import NAME_FORMAT_UNSPECIFIED, NAME_FORMAT_URI, NAME_FORMAT_BASIC from saml2.saml import NAME_FORMAT_UNSPECIFIED, NAME_FORMAT_URI, NAME_FORMAT_BASIC
BASE = "http://localhost:8088" BASE = "http://localhost:8088"