From 321fbb571cb448f481551f1bad578e3a138f81ad Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Fri, 9 Apr 2004 16:36:52 +0000 Subject: *** empty log message *** --- python/examples/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/examples/test.py') 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, -- cgit