Re: [Twisted-Python] xmlrpc deferred
Err woops. Wrong list, sorry. Jp -- http://mail.python.org/mailman/listinfo/python-list
Re: [Twisted-Python] xmlrpc deferred
On Fri, 27 May 2005 22:28:06 +0300, Catalin Constantin <[EMAIL PROTECTED]> wrote: >Hi there, > >I have the following xmlrpc method: > >class FeederResource(xmlrpc.XMLRPC): >def __init__(self): >xmlrpc.XMLRPC.__init__(self) >self.feeder=Feeder() > >de