diff options
author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-09 16:36:52 +0000 |
---|---|---|
committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-09 16:36:52 +0000 |
commit | 321fbb571cb448f481551f1bad578e3a138f81ad (patch) | |
tree | 21425ca8c5f69f7af17c43f0a124bd5c184f214b /python/examples/test.py | |
parent | 8ef9025c8f4b8eda9c2726f08af14eee5c48d3ee (diff) | |
download | lasso-321fbb571cb448f481551f1bad578e3a138f81ad.tar.gz lasso-321fbb571cb448f481551f1bad578e3a138f81ad.tar.xz lasso-321fbb571cb448f481551f1bad578e3a138f81ad.zip |
*** empty log message ***
Diffstat (limited to 'python/examples/test.py')
-rwxr-xr-x | python/examples/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/test.py b/python/examples/test.py index b5bf8816..d3df943d 100755 --- a/python/examples/test.py +++ b/python/examples/test.py @@ -14,7 +14,7 @@ req = lasso.AuthnRequest("providerid.com", "3", ["test"], None, - lasso.LibAuthnContextComparisonExact, # None + lasso.libAuthnContextComparisonExact, # None "encoded_RelayState", # None 0, None, |