mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
cleanup mess
This commit is contained in:
@@ -30,10 +30,7 @@ class Request(urllib2.Request):
|
||||
class HTTPRedirectHandler(urllib2.HTTPRedirectHandler):
|
||||
|
||||
def http_error_301(self, req, fp, code, msg, headers):
|
||||
# print "Cookie Manip Right Here"
|
||||
# print 'HEY'
|
||||
pass
|
||||
# return urllib2.HTTPRedirectHandler.http_error_302(self, req, fp, code, msg, headers)
|
||||
|
||||
http_error_302 = http_error_303 = http_error_307 = http_error_301
|
||||
|
||||
|
||||
Reference in New Issue
Block a user