Commit eb39063a authored by Denis Bilenko's avatar Denis Bilenko

greenlet.py: add shutdown to __all__

parent 12a103be
......@@ -16,7 +16,8 @@ __all__ = ['getcurrent',
'Timeout',
'with_timeout',
'signal',
'fork']
'fork',
'shutdown']
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