Commit 046ee06a authored by Denis Bilenko's avatar Denis Bilenko

extend __all__ in gevent.hub to include stuff used internally by other modules

parent f243b8ab
......@@ -13,7 +13,10 @@ __all__ = ['getcurrent',
'kill',
'signal',
'fork',
'shutdown']
'shutdown',
'get_hub',
'Hub',
'Waiter']
try:
......
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