From 73439458e81ab828823cb13338d15aae266c4ad3 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Tue, 19 Oct 2010 12:12:27 +0200 Subject: [PATCH] Editorial changes --- example/sp/sp.py | 2 -- src/schema/build_rules.sh | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/example/sp/sp.py b/example/sp/sp.py index 11dc27f..1a74ab2 100755 --- a/example/sp/sp.py +++ b/example/sp/sp.py @@ -100,8 +100,6 @@ def logout(environ, start_response, user, logger): (session_id, code, header, result) = tmp if session_id: - #redir = [v for (a,v) in header if a == "Location"] - # remove cookie start_response(code, header) return result else: # All was done using SOAP diff --git a/src/schema/build_rules.sh b/src/schema/build_rules.sh index 95b3641..1bee8bf 100755 --- a/src/schema/build_rules.sh +++ b/src/schema/build_rules.sh @@ -2,4 +2,5 @@ ../../tools/parse_xsd2.py -i xd xenc-schema.xsd > xe.py ../../tools/parse_xsd2.py -i xd -i xe -d defs_saml.py saml-schema-assertion-2.0.xsd > sa.py ../../tools/parse_xsd2.py -i xd -i xe -i sa -d defs_samlp.py saml-schema-protocol-2.0.xsd > sp.py -../../tools/parse_xsd2.py -i xd -i xe -i sa saml-schema-metadata-2.0.xsd > sm.py \ No newline at end of file +../../tools/parse_xsd2.py -i xd -i xe -i sa saml-schema-metadata-2.0.xsd > sm.py +