diff options
| author | cce <devnull@localhost> | 2005-12-31 06:57:42 +0000 |
|---|---|---|
| committer | cce <devnull@localhost> | 2005-12-31 06:57:42 +0000 |
| commit | 98f2eef2897f1670bf5540e6199724aaf56ea5b4 (patch) | |
| tree | 9543b1dad43f0772829ed8a2748ca6b2f8f6530e /paste/auth/open_id.py | |
| parent | 59ba5ee40b7da9f406a29f558ec21878dbf291b3 (diff) | |
| download | paste-98f2eef2897f1670bf5540e6199724aaf56ea5b4.tar.gz | |
- cleaned up documentation for paste.auth.cookie
- cleaned up documentation for paste.auth.form
- cleaned up documentation for paste.auth.basic
- converted InternalServerError into its own class (httpexceptions)
- converted BadRequest into its own class (httpexceptions)
- a few minor cleanups
Diffstat (limited to 'paste/auth/open_id.py')
| -rw-r--r-- | paste/auth/open_id.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/paste/auth/open_id.py b/paste/auth/open_id.py index 9eade11..ad3a665 100644 --- a/paste/auth/open_id.py +++ b/paste/auth/open_id.py @@ -53,6 +53,8 @@ should be redirected to wherever they would normally go after a successful login. """ +__all__ = ['AuthOpenIDHandler'] + import cgi import urlparse import cgitb |
