diff options
Diffstat (limited to 'python/examples/user.py')
-rw-r--r-- | python/examples/user.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/examples/user.py b/python/examples/user.py index f03761b5..0aa641de 100644 --- a/python/examples/user.py +++ b/python/examples/user.py @@ -4,8 +4,6 @@ import sys sys.path.insert(0, '../') import lasso -lasso.init() - lasso_assertions = """<LassoAssertions><LassoAssertion RemoteProviderID="https://service-provider1:2003/liberty-alliance/metadata"><Assertion AssertionID="1234567890"></Assertion></LassoAssertion><LassoAssertion RemoteProviderID="https://service-provider2:2003/liberty-alliance/metadata"><Assertion AssertionID="1234567890"></Assertion></LassoAssertion><LassoAssertion RemoteProviderID="https://service-provider3:2003/liberty-alliance/metadata"><Assertion AssertionID="1234567890"></Assertion></LassoAssertion></LassoAssertions>""" |