Commit f2558617 authored by Denis Bilenko's avatar Denis Bilenko

add __all__ to pywsgi

parent a2cc3b4b
......@@ -33,6 +33,9 @@ import gevent
from gevent.server import StreamServer
__all__ = ['WSGIHandler', 'WSGIServer']
MAX_REQUEST_LINE = 8192
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment