From 4212164e91ba2f49583cf44ad623a29b36db8f77 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 14 Sep 2018 19:32:27 -0700 Subject: Windows: Use 32-bit distribution of python --- python/gevent/wsgi.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 python/gevent/wsgi.py (limited to 'python/gevent/wsgi.py') diff --git a/python/gevent/wsgi.py b/python/gevent/wsgi.py deleted file mode 100644 index 503d67b..0000000 --- a/python/gevent/wsgi.py +++ /dev/null @@ -1,15 +0,0 @@ -"""Backwards compatibility alias for :mod:`gevent.pywsgi`. - -In the past, this used libevent's http support, but that was dropped -with the introduction of libev. libevent's http support had several -limitations, including not supporting stream, not supporting -pipelining, and not supporting SSL. - -.. deprecated:: 1.1 - Use :mod:`gevent.pywsgi` -""" - -from gevent.pywsgi import * # pylint:disable=wildcard-import,unused-wildcard-import -import gevent.pywsgi as _pywsgi -__all__ = _pywsgi.__all__ -del _pywsgi -- cgit v1.2.3