File:  [Repository] / XMLRpcTools / __init__.py
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Nov 14 16:48:02 2006 UTC (17 years, 7 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
new project

import XMLRpcTools

def initialize(context):
    """xmlrpc server proxy"""

    context.registerClass(
        XMLRpcTools.XMLRpcServerProxy,
        constructors = (
          XMLRpcTools.manage_addXMLRpcServerProxyForm,
          XMLRpcTools.manage_addXMLRpcServerProxy
          )
        )

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