From: Kenneth Reitz Date: Sun, 15 May 2011 03:03:31 +0000 (-0400) Subject: cleanup mess X-Git-Tag: v0.4.0^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c40deefb8a192c83ceab0cfe745ed2bdf378130c;p=services%2Fpython-requests.git cleanup mess --- diff --git a/requests/monkeys.py b/requests/monkeys.py index 83353c1..b8fe504 100644 --- a/requests/monkeys.py +++ b/requests/monkeys.py @@ -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