Commit 348e56e3 authored by Denis Bilenko's avatar Denis Bilenko

add __all__ to gevent.pool

parent 6da67f1b
......@@ -5,6 +5,8 @@ from gevent.hub import GreenletExit, getcurrent
from gevent.greenlet import joinall, Greenlet
from gevent.timeout import Timeout
__all__ = ['GreenletSet', 'Pool']
class GreenletSet(object):
"""Maintain a set of greenlets that are still running.
......
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