#!/usr/bin/env python from flup.server.fcgi import WSGIServer from mhapi_wsgi import application if __name__ == '__main__': WSGIServer(application).run()