summaryrefslogtreecommitdiff
path: root/paste/auth/open_id.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-10-20 19:46:49 +0000
committerianb <devnull@localhost>2006-10-20 19:46:49 +0000
commitaaca5bdf2e660ef9ecff4c06c7ecbaa14518079f (patch)
tree1916e3eb0f70e6a6e480fb67825b9bce43e03fff /paste/auth/open_id.py
parent96644d94fd727e919d6a3d52998f276c90cbf770 (diff)
downloadpaste-aaca5bdf2e660ef9ecff4c06c7ecbaa14518079f.tar.gz
Several name problems, small bugs, extra imports caught by pyflakes
Diffstat (limited to 'paste/auth/open_id.py')
-rw-r--r--paste/auth/open_id.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/paste/auth/open_id.py b/paste/auth/open_id.py
index d4996d4..eb01150 100644
--- a/paste/auth/open_id.py
+++ b/paste/auth/open_id.py
@@ -57,8 +57,6 @@ __all__ = ['AuthOpenIDHandler']
import cgi
import urlparse
-import cgitb
-import sys
import re
import paste.request