remove this exit here

This commit is contained in:
benoitc 2010-07-08 18:55:13 +02:00
parent b2db9df58f
commit 3b8e594200

View File

@ -43,7 +43,6 @@ class GEventWorker(AsyncWorker):
pool.join(timeout=self.timeout)
except KeyboardInterrupt:
pass
os._exit(3)
def acceptor(self, pool):
gevent.getcurrent()