From ba89a400dc64ce2975ee59a719e5e8ac1910e022 Mon Sep 17 00:00:00 2001 From: benoitc Date: Thu, 3 Mar 2011 10:36:14 +0100 Subject: [PATCH] we don't do anythiung in __init__, remove these lines. --- gunicorn/workers/ggevent.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/gunicorn/workers/ggevent.py b/gunicorn/workers/ggevent.py index f39ff460..dd2e66c0 100644 --- a/gunicorn/workers/ggevent.py +++ b/gunicorn/workers/ggevent.py @@ -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