we don't do anythiung in __init__, remove these lines.

This commit is contained in:
benoitc 2011-03-03 10:36:14 +01:00
parent 14313985d6
commit ba89a400dc

View File

@ -51,9 +51,6 @@ class GGeventServer(StreamServer):
class GeventWorker(AsyncWorker):
def __init__(self, *args, **kwargs):
super(GeventWorker, self).__init__(*args, **kwargs)
@classmethod
def setup(cls):
from gevent import monkey