mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Python 2.5 bugfix
This commit is contained in:
@@ -42,6 +42,7 @@ class HTTPBasicAuthHandler(urllib2.HTTPBasicAuthHandler):
|
||||
def __init__(self, *args, **kwargs):
|
||||
urllib2.HTTPBasicAuthHandler.__init__(self, *args, **kwargs)
|
||||
self.retried_req = None
|
||||
self.retried = 0
|
||||
|
||||
|
||||
def reset_retry_count(self):
|
||||
|
||||
Reference in New Issue
Block a user