summaryrefslogtreecommitdiff
path: root/openid/association.py
diff options
context:
space:
mode:
authortailor <chowells@janrain.com>2005-11-17 18:48:02 +0000
committertailor <chowells@janrain.com>2005-11-17 18:48:02 +0000
commit30267d742add7445a949e8a92f1dc04777a5dca5 (patch)
tree81b84fd30eef43c5b9acaa445307049b9aa6fb64 /openid/association.py
parent6d642ea7c168b8c6c1209ebf5569ee025cadfb87 (diff)
downloadopenid-30267d742add7445a949e8a92f1dc04777a5dca5.tar.gz
[project @ change openid.stores package to openid.store]
Diffstat (limited to 'openid/association.py')
-rw-r--r--openid/association.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/openid/association.py b/openid/association.py
index 917ba00..3a47eda 100644
--- a/openid/association.py
+++ b/openid/association.py
@@ -9,7 +9,7 @@ class Association(object):
This class represents an association between a server and a
consumer. In general, users of this library will never see
instances of this object. The only exception is if you implement
- a custom C{L{openid.stores.OpenIDStore}}.
+ a custom C{L{openid.store.interface.OpenIDStore}}.
If you do implement such a store, it will need to store the values
of the C{L{handle}}, C{L{secret}}, C{L{issued}}, C{L{lifetime}}, and
@@ -64,8 +64,9 @@ class Association(object):
def fromExpiresIn(cls, expires_in, handle, secret, assoc_type):
"""
This is an alternate constructor used by the OpenID consumer
- library to create associations. C{L{OpenIDStore}}
- implementations shouldn't use this constructor.
+ library to create associations. C{L{OpenIDStore
+ <openid.store.interface.OpenIDStore>}} implementations
+ shouldn't use this constructor.
@param expires_in: This is the amount of time this association