Commit 0a60d6b8 authored by Denis Bilenko's avatar Denis Bilenko

fix gevent.reinit(): loop.fork() was renamed to loop.reinit()

parent f8dff69c
......@@ -54,4 +54,4 @@ except ImportError:
from gevent.hub import get_hub
def reinit():
return get_hub().loop.fork()
return get_hub().loop.reinit()
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