From 29a3c41fc800ee7bf13a0f9e7252abb338e6627a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Knau=C3=9F?= Date: Wed, 2 Jan 2013 22:52:54 +0100 Subject: [PATCH] better cookie handling --- src/SOAPpy/Client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SOAPpy/Client.py b/src/SOAPpy/Client.py index 3749879..ead8acb 100644 --- a/src/SOAPpy/Client.py +++ b/src/SOAPpy/Client.py @@ -256,7 +256,6 @@ def call(self, addr, data, namespace, soapaction = None, encoding = None, # read response line code, msg, headers = r.getreply() - self.cookies = Cookie.SimpleCookie(); if headers: content_type = headers.get("content-type","text/xml") content_length = headers.get("Content-length")