Example #1
0
def finished(done, client_list):
    print 'finish phase'
    logger.log(sonarlog.SYNC, 'end of startup sequence')
    
    if reactor.running:
        reactor.stop()

    # Launch the controller
    print '### CONTROLLER ###############################'
    controller.start()
 def action(self):
     print '### CONTROLLER ###############################'
     controller.start()
     return defer.Deferred()