wsgi was renamed to pywsgi
This commit is contained in:
parent
c6d60c5ca0
commit
e414e8f924
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue