# HG changeset patch # User Paul Boddie # Date 1234562161 -3600 # Node ID bff315d0bd3ca506de6b7e5fe4699e8ab2279725 # Parent 991f6ca7563b15205c368b181bfb19afd3f04a5f Fixed initialiser arguments. diff -r 991f6ca7563b -r bff315d0bd3c examples/Common/SimpleWithOpenID/__init__.py --- a/examples/Common/SimpleWithOpenID/__init__.py Thu Nov 20 21:31:23 2008 +0100 +++ b/examples/Common/SimpleWithOpenID/__init__.py Fri Feb 13 22:56:01 2009 +0100 @@ -23,9 +23,7 @@ authenticator=OpenIDRedirectAuthenticator( secret_key=secret_key, app_url=app_url - ), - anonymous_parameter_name="anonymous", - logout_parameter_name="logout" + ) ), # The "login" is really OpenID initiation.