Makes gunicorn work with gevent 1.0b2

This commit is contained in:
Bobby Beckmann 2012-04-11 15:30:35 -05:00
parent 1215af30e4
commit 6630c5e3e1

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