Commit 8c24f74e authored by Denis Bilenko's avatar Denis Bilenko

rename gevent.wsgi to gevent.pywsgi

--HG--
rename : gevent/wsgi.py => gevent/pywsgi.py
parent 5b77e368
......@@ -101,8 +101,8 @@ def read_http(fd):
class TestCase(greentest.TestCase):
def get_wsgi_module(self):
from gevent import wsgi
return wsgi
from gevent import pywsgi
return pywsgi
def setUp(self):
self.server = self.get_wsgi_module().WSGIServer(('127.0.0.1', 0), self.application)
......
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