Commit b9adb3ab authored by Denis Bilenko's avatar Denis Bilenko

monkey: add __all__

parent 150e3dab
......@@ -60,6 +60,14 @@ import sys
noisy = True
__all__ = ['patch_all',
'patch_socket',
'patch_ssl',
'patch_os',
'patch_time',
'patch_select',
'patch_thread']
def patch_os():
"""Replace :func:`os.fork` with :func:`gevent.fork`."""
......
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