Commit 6359107e authored by Denis Bilenko's avatar Denis Bilenko

wsgi: import __all__ from pywsgi

parent 4c1a1776
from gevent.pywsgi import *
import pywsgi as _pywsgi
__all__ = _pywsgi.__all__
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