summaryrefslogtreecommitdiff
path: root/paste/auth
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-07-22 17:06:23 +0000
committerianb <devnull@localhost>2007-07-22 17:06:23 +0000
commit81c61c8c7705abc20b21d47e6c6f9d39d23bc12e (patch)
tree9c3b3262b200c2d9f84c7f8805ae3029ff913d2b /paste/auth
parent0fa0e9c99ca5882c0eb58409723e0fc0a4893c1a (diff)
downloadpaste-81c61c8c7705abc20b21d47e6c6f9d39d23bc12e.tar.gz
remove tabs
Diffstat (limited to 'paste/auth')
-rw-r--r--paste/auth/open_id.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/paste/auth/open_id.py b/paste/auth/open_id.py
index 5fbfcc8..f6efe61 100644
--- a/paste/auth/open_id.py
+++ b/paste/auth/open_id.py
@@ -207,8 +207,8 @@ class AuthOpenIDHandler(object):
# that will get us to process the server response. We will
# need the token from the beginAuth call when processing
# the response. A cookie or a session object could be used
- # to accomplish this, but for simplicity here we just add
- # it as a query parameter of the return-to URL.
+ # to accomplish this, but for simplicity here we just add
+ # it as a query parameter of the return-to URL.
return_to = self.build_url(request, 'process', token=info.token)
# Now ask the library for the URL to redirect the user to