iro/tests/xmlrpc.py
branchdevel
changeset 288 0636b886002a
parent 231 3929338fd17f
child 294 0e75bd39767d
equal deleted inserted replaced
287:256a579a5bc6 288:0636b886002a
   191                         }
   191                         }
   192                     })
   192                     })
   193         
   193         
   194        
   194        
   195 def startReactor(engine):
   195 def startReactor(engine):
   196     """starts the Rector with a special debug Clild, so that the reactor can be stopped remotly. """
   196     """starts the Rector with a special debug Child, so that the reactor can be stopped remotly. """
   197     from twisted.internet import reactor
   197     from twisted.internet import reactor
   198     from twisted.web import xmlrpc, resource
   198     from twisted.web import xmlrpc, resource
   199     
   199     
   200     from iro.view.xmlrpc import appendResource
   200     from iro.view.xmlrpc import appendResource
   201     
   201