xmldsig part of saml2
This commit is contained in:
@@ -38,7 +38,7 @@ from saml2.s_utils import sid
|
||||
from saml2.s_utils import rndstr
|
||||
#from srtest import exception_trace
|
||||
from saml2.samlp import Extensions
|
||||
import xmldsig as ds
|
||||
from saml2 import xmldsig as ds
|
||||
|
||||
logger = logging.getLogger("")
|
||||
hdlr = logging.FileHandler('spx.log')
|
||||
|
2
setup.py
2
setup.py
@@ -47,7 +47,7 @@ tests_require = [
|
||||
|
||||
setup(
|
||||
name='pysaml2',
|
||||
version='3.0.0',
|
||||
version='3.0.1a',
|
||||
description='Python implementation of SAML Version 2',
|
||||
# long_description = read("README"),
|
||||
author='Roland Hedberg',
|
||||
|
@@ -4,7 +4,7 @@ from saml2.saml import NAME_FORMAT_URI
|
||||
__author__ = 'rolandh'
|
||||
|
||||
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
|
||||
|
||||
BASE = "http://localhost:8088"
|
||||
|
Reference in New Issue
Block a user