Poodletooth-iLand/dependencies/panda/python/Lib/site-packages/gevent/wsgi.py
2015-05-29 05:03:48 -05:00

4 lines
98 B
Python

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