Commit 882dfbbc authored by Denis Bilenko's avatar Denis Bilenko

add __all__ to gevent.select

parent 348e56e3
......@@ -4,6 +4,8 @@ from gevent import core
from gevent.hub import get_hub, getcurrent
from gevent.timeout import Timeout
__all__ = ['select']
def get_fileno(obj):
try:
f = obj.fileno
......
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