Poodletooth-iLand/panda/python/Lib/site-packages/gevent/wsgi.py
2015-04-07 17:08:36 -04:00

4 lines
98 B
Python

from gevent.pywsgi import *
import gevent.pywsgi as _pywsgi
__all__ = _pywsgi.__all__
del _pywsgi