Commit 5d8fb9ea authored by Denis Bilenko's avatar Denis Bilenko

rename gevent.wsgi2 to gevent.wsgi

--HG--
rename : gevent/wsgi2.py => gevent/wsgi.py
parent 8c24f74e
import sys
from gevent import wsgi2
from gevent import wsgi
from wsgi_test import *
del TestHttps, TestChunkedApp, TestBigChunks
TestCase.get_wsgi_module = lambda *args: wsgi2
TestCase.get_wsgi_module = lambda *args: wsgi
class Expected(Exception):
pass
......
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