From c40deefb8a192c83ceab0cfe745ed2bdf378130c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 14 May 2011 23:03:31 -0400 Subject: [PATCH] cleanup mess --- requests/monkeys.py | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.34.1