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")