Exemplo n.º 1
0
 def runApp(config):
     runner = UnixApplicationRunner(config)
     runner.run()
     if runner._exitSignal is not None:
         app._exitWithSignal(runner._exitSignal)