[Erp5-report] r27121 - /erp5/trunk/products/ERP5Type/Tool/WebServiceTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 22 16:55:04 CEST 2009


Author: vincent
Date: Fri May 22 16:55:03 2009
New Revision: 27121

URL: http://svn.erp5.org?rev=27121&view=rev
Log:
Woops, this shouldn't have been added with this patch. Sorry.

Modified:
    erp5/trunk/products/ERP5Type/Tool/WebServiceTool.py

Modified: erp5/trunk/products/ERP5Type/Tool/WebServiceTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Tool/WebServiceTool.py?rev=27121&r1=27120&r2=27121&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Tool/WebServiceTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Tool/WebServiceTool.py [utf8] Fri May 22 16:55:03 2009
@@ -85,8 +85,6 @@
     different kinds of transport like 'xml-rpc' or 'soap'
     """
     # XXX: implement connection caching per zope thread
-    if transport_kw is None:
-      transport_kw = {}
     connection_handler_klass = connection_plugin_registry[transport]
     connection_handler = connection_handler_klass(url, user_name, password)
     return connection_handler.connect()




More information about the Erp5-report mailing list