Thanks Lorenzo for pointing this out

This commit is contained in:
Roland Hedberg
2010-10-06 09:08:41 +02:00
parent 6a13926ab5
commit 9147200399
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import os
from saml2 import metadata, utils, make_vals, make_instance
from saml2 import metadata, make_vals, make_instance
from saml2 import NAMESPACE as SAML2_NAMESPACE
from saml2 import BINDING_SOAP
from saml2 import md, saml, samlp

View File

@@ -4,7 +4,7 @@
import base64
from s2repoze.plugins.sp import make_plugin
from saml2.server import Server
from saml2 import make_instance, samlp, utils, saml
from saml2 import make_instance, samlp, saml
ENV1 = {'SERVER_SOFTWARE': 'CherryPy/3.1.2 WSGI Server',
'SCRIPT_NAME': '',