diff --git a/gunicorn/workers/ggevent_wsgi.py b/gunicorn/workers/ggevent_wsgi.py index 89f12687..9bf79055 100644 --- a/gunicorn/workers/ggevent_wsgi.py +++ b/gunicorn/workers/ggevent_wsgi.py @@ -3,7 +3,7 @@ # This file is part of gunicorn released under the MIT license. # See the NOTICE for more information. -from gunicorn.worker.ggevent import BASE_WSGI_ENV, GeventBaseWorker +from gunicorn.workers.ggevent import BASE_WSGI_ENV, GeventBaseWorker from gevent import wsgi