mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #331 from bobby-beckmann/master
Epic change to support gevent 1.0b2
This commit is contained in:
commit
724677035a
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user