From 8118ad5820276ca17b0ca2027658c45a5c0010a9 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 2 Feb 2010 21:21:18 +0000 Subject: [PATCH] Monotone-Parent: 04b625432f61d61c8ad3468663a06f21d77e73f6 Monotone-Revision: b56b2c1b7a8155f6fbc34ea733e9335ecbd949ab Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-02-02T21:21:18 Monotone-Branch: ca.inverse.sogo --- Tests/Integration/webdavlib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/Integration/webdavlib.py b/Tests/Integration/webdavlib.py index 2cca5d156..78ff6acc6 100644 --- a/Tests/Integration/webdavlib.py +++ b/Tests/Integration/webdavlib.py @@ -138,7 +138,6 @@ class WebDAVQuery(HTTPQuery): self.depth = depth self.ns_mgr = _WD_XMLNS_MGR() self.top_node = None - self.xml_response = None self.xpath_namespace = { "D": xmlns_dav } # helper for PROPFIND and REPORT (only)