Commit 558a7f23 authored by Denis Bilenko's avatar Denis Bilenko

fix a comment

parent 70a5c1dc
...@@ -421,7 +421,7 @@ def server(sock, site, log=None, environ=None, max_size=None, max_http_version=D ...@@ -421,7 +421,7 @@ def server(sock, site, log=None, environ=None, max_size=None, max_http_version=D
traceback.print_exc() traceback.print_exc()
# compatibilty with wsgi2 module, for tests # compatibilty with wsgi module, for tests
class WSGIServer(object): class WSGIServer(object):
def __init__(self, address, application): def __init__(self, address, 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