gunicorn/test.py
Benoit Chesneau b9468919e6 some fixes
2009-12-02 01:12:35 +01:00

4 lines
110 B
Python

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