Remove code that shouldn't have merged forward

This commit is contained in:
Colton Myers 2015-08-10 13:23:25 -06:00
parent 0fc16040d6
commit aa19e20d43

View File

@ -311,8 +311,6 @@ def query(url,
urllib_request.HTTPHandler,
urllib_request.HTTPCookieProcessor(sess_cookies)
]
if password_mgr:
handlers.append(urllib_request.HTTPBasicAuthHandler(password_mgr))
if url.startswith('https') or port == 443:
hostname = request.get_host()