diff --git a/requests/models.py b/requests/models.py index 808d3365..4951198c 100644 --- a/requests/models.py +++ b/requests/models.py @@ -420,7 +420,7 @@ class Request(object): if 'cookie' not in self.headers: # Simple cookie with our dict. - c = SimpleCookie() + c = oreos.monkeys.SimpleCookie() for (k, v) in self.cookies.items(): c[k] = v