Poodletooth-iLand/panda/python/Lib/site-packages/gevent/wsgi.py

5 lines
98 B
Python
Raw Normal View History

2015-04-07 16:08:36 -05:00
from gevent.pywsgi import *
import gevent.pywsgi as _pywsgi
__all__ = _pywsgi.__all__
del _pywsgi