fixed nginx hub not to call wrap_socket

This commit is contained in:
Denis Bilenko
2008-11-25 00:14:19 +06:00
parent 0c91a6b1bc
commit f1b2b81211

View File

@@ -38,10 +38,6 @@ if mydir not in sys.path:
from eventlet import api from eventlet import api
from eventlet import httpc from eventlet import httpc
from eventlet.hubs import hub from eventlet.hubs import hub
from eventlet import util
util.wrap_socket_with_coroutine_socket()
def hello_world(env, start_response): def hello_world(env, start_response):