'HTTPSHandler' and not the type.

This commit is contained in:
Senthil Kumaran 2011-11-01 23:57:57 +08:00
parent 0d54eb9bdc
commit 4c875a986f
1 changed files with 1 additions and 1 deletions

View File

@ -1200,7 +1200,7 @@ if hasattr(http.client, 'HTTPSConnection'):
https_request = AbstractHTTPHandler.do_request_
__all__.append(HTTPSHandler)
__all__.append('HTTPSHandler')
class HTTPCookieProcessor(BaseHandler):
def __init__(self, cookiejar=None):