Commit 272bedc8 authored by Denis Bilenko's avatar Denis Bilenko

update wsgi.py not to use proc

parent 769d9fb9
......@@ -29,7 +29,7 @@ import traceback
from urllib import unquote
from gevent import socket
import BaseHTTPServer
from gevent.proc import Pool
from gevent.pool import Pool
DEFAULT_MAX_SIMULTANEOUS_REQUESTS = 1024
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment