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:
Brian C. Lane 2018-06-05 14:57:21 -07:00
parent b99d8d7f6b
commit 82c8c3a491

View File

@ -33,7 +33,7 @@ import subprocess
import tempfile import tempfile
from threading import Lock from threading import Lock
from gevent import socket from gevent import socket
from gevent.wsgi import WSGIServer from gevent.pywsgi import WSGIServer
from pylorax import vernum from pylorax import vernum
from pylorax.api.config import configure, make_yum_dirs, make_queue_dirs from pylorax.api.config import configure, make_yum_dirs, make_queue_dirs