diff --git a/gunicorn/workers/ggevent.py b/gunicorn/workers/ggevent.py index 9de521a4..78ec27b3 100644 --- a/gunicorn/workers/ggevent.py +++ b/gunicorn/workers/ggevent.py @@ -188,7 +188,7 @@ class GeventWorker(AsyncWorker): self.patch() # reinit the hub - from gevent.hub import reinit + from gevent import hub hub.reinit() # then initialize the process