Commit 4e659e89 authored by Denis Bilenko's avatar Denis Bilenko

add __all__ to gevent.wsgi

parent 950eea41
......@@ -5,6 +5,10 @@ from gevent.http import HTTPServer
socket = __import__('socket')
__all__ = ['WSGIServer',
'WSGIHandler']
class WSGIHandler(object):
def __init__(self, request):
......
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