import XMLRpcTools def initialize(context): """xmlrpc server proxy""" context.registerClass( XMLRpcTools.XMLRpcServerProxy, constructors = ( XMLRpcTools.manage_addXMLRpcServerProxyForm, XMLRpcTools.manage_addXMLRpcServerProxy ) )