Merge pull request #331 from bobby-beckmann/master

Epic change to support gevent 1.0b2
This commit is contained in:
Randall Leeds 2012-04-12 11:28:17 -07:00
commit 724677035a

View File

@ -20,6 +20,7 @@ except ImportError:
from gevent.pool import Pool from gevent.pool import Pool
from gevent.server import StreamServer from gevent.server import StreamServer
from gevent import pywsgi from gevent import pywsgi
from gevent import core
import gunicorn import gunicorn
from gunicorn.workers.async import AsyncWorker from gunicorn.workers.async import AsyncWorker