Commit 4022d865 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added placeholder for raise

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25716 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ee908835
......@@ -62,6 +62,8 @@ class WebServiceTool(BaseTool):
connection_handler = XMLRPCConnection(url, user_name, password)
elif transport == 'soap':
connection_handler = SOAPConnection(url, user_name, password)
else:
raise # XXX Which exception
connection_handler = connection_handler.connect()
return connection_handler
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment