We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0905c47 commit 257b589Copy full SHA for 257b589
kazoo/handlers/gevent.py
@@ -60,9 +60,9 @@ def __init__(self):
60
self._state_change = Semaphore()
61
self._workers = []
62
63
- class timeout_exception(gevent.event.Timeout):
+ class timeout_exception(gevent.Timeout):
64
def __init__(self, msg):
65
- gevent.event.Timeout.__init__(self, exception=msg)
+ gevent.Timeout.__init__(self, exception=msg)
66
67
def _create_greenlet_worker(self, queue):
68
def greenlet_worker():
0 commit comments