Skip to content

Commit

Permalink
fix gevent wsgi change
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Mar 16, 2012
1 parent ba60d6d commit b7b6179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
sync=gunicorn.workers.sync:SyncWorker
eventlet=gunicorn.workers.geventlet:EventletWorker
gevent=gunicorn.workers.ggevent:GeventWorker
gevent_wsgi=gunicorn.workers.ggevent_wsgi:GeventPyWSGIWorker
gevent_wsgi=gunicorn.workers.ggevent:GeventPyWSGIWorker
gevent_pywsgi=gunicorn.workers.ggevent:GeventPyWSGIWorker
tornado=gunicorn.workers.gtornado:TornadoWorker
Expand Down

0 comments on commit b7b6179

Please sign in to comment.