def stop(): print 'Handling signal TERM' if http_server.started: http_server.stop() sys.exit(signal.SIGTERM)