gevent has deprecated .wsgi, should use .pywsgi instead
https://github.com/gevent/gevent/blob/master/doc/api/gevent.wsgi.rst
(cherry picked from commit c9ca451568
)
This commit is contained in:
parent
b99d8d7f6b
commit
82c8c3a491
@ -33,7 +33,7 @@ import subprocess
|
||||
import tempfile
|
||||
from threading import Lock
|
||||
from gevent import socket
|
||||
from gevent.wsgi import WSGIServer
|
||||
from gevent.pywsgi import WSGIServer
|
||||
|
||||
from pylorax import vernum
|
||||
from pylorax.api.config import configure, make_yum_dirs, make_queue_dirs
|
||||
|
Loading…
Reference in New Issue
Block a user