gunicorn/test.py
2009-11-30 19:24:21 +01:00

4 lines
110 B
Python

from gunicorn.httpserver import HTTPServer
if __name__ == '__main__':
server = HTTPServer(None, 4).join()