fails
authorKenneth Reitz <me@kennethreitz.com>
Sun, 18 Sep 2011 07:20:11 +0000 (03:20 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 18 Sep 2011 07:20:11 +0000 (03:20 -0400)
requests/models.py

index daaf88f7e0bdccec22a369bd987222acdf03645a..4834fe32f15921628e372e662119da4535e53631 100644 (file)
@@ -357,9 +357,8 @@ class Request(object):
             pass
 
         # Setup cookies.
-        elif self.cookies:
-            pass
-
+        # elif self.cookies:
+            # pass
 
         # req = _Request(url, data=self._enc_data, method=self.method)