Commit a65a6072 authored by Denis Bilenko's avatar Denis Bilenko

gevent.wsgi: remove an empty line

parent 3ab3f4a7
......@@ -126,7 +126,6 @@ class WSGIHandler(object):
class WSGIServer(HTTPServer):
handler_class = WSGIHandler
base_env = {'GATEWAY_INTERFACE': 'CGI/1.1',
'SERVER_SOFTWARE': 'gevent/%d.%d Python/%d.%d' % (gevent.version_info[:2] + sys.version_info[:2]),
'SCRIPT_NAME': '',
......
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