wsgi was renamed to pywsgi

This commit is contained in:
Igor Chubin 2018-10-05 20:18:34 +02:00
parent c6d60c5ca0
commit e414e8f924

View file

@ -1,7 +1,7 @@
# vim: set encoding=utf-8 # vim: set encoding=utf-8
import gevent import gevent
from gevent.wsgi import WSGIServer from gevent.pywsgi import WSGIServer
from gevent.queue import Queue from gevent.queue import Queue
from gevent.monkey import patch_all from gevent.monkey import patch_all
from gevent.subprocess import Popen, PIPE, STDOUT from gevent.subprocess import Popen, PIPE, STDOUT