summaryrefslogtreecommitdiff
path: root/openid/fetchers.py
diff options
context:
space:
mode:
authorJosh Hoyt <josh@janrain.com>2007-06-14 20:36:04 +0000
committerJosh Hoyt <josh@janrain.com>2007-06-14 20:36:04 +0000
commit90324b2642879d4e6db747769d1ad4f79cdc2788 (patch)
tree1e121a31a81e95d27473fcef943f6d4cf614efd2 /openid/fetchers.py
parent98e635803f9075075488baad630b8fd4cb701e60 (diff)
downloadopenid-90324b2642879d4e6db747769d1ad4f79cdc2788.tar.gz
[project @ Whitespace]
Diffstat (limited to 'openid/fetchers.py')
-rw-r--r--openid/fetchers.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/openid/fetchers.py b/openid/fetchers.py
index 937e91f..edaaaea 100644
--- a/openid/fetchers.py
+++ b/openid/fetchers.py
@@ -4,7 +4,8 @@ This module contains the HTTP fetcher interface and several implementations.
"""
__all__ = ['fetch', 'getDefaultFetcher', 'setDefaultFetcher', 'HTTPResponse',
- 'HTTPFetcher', 'createHTTPFetcher', 'HTTPFetchingError', 'HTTPError']
+ 'HTTPFetcher', 'createHTTPFetcher', 'HTTPFetchingError',
+ 'HTTPError']
import urllib2
import time