Annotation of XMLRpcTools/__init__.py, revision 1.1

1.1     ! dwinter     1: import XMLRpcTools
        !             2: 
        !             3: def initialize(context):
        !             4:     """xmlrpc server proxy"""
        !             5: 
        !             6:     context.registerClass(
        !             7:         XMLRpcTools.XMLRpcServerProxy,
        !             8:         constructors = (
        !             9:           XMLRpcTools.manage_addXMLRpcServerProxyForm,
        !            10:           XMLRpcTools.manage_addXMLRpcServerProxy
        !            11:           )
        !            12:         )

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>