equal
deleted
inserted
replaced
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 |