Commit ce16f232 authored by Denis Bilenko's avatar Denis Bilenko

fix typo in test_queue.py

parent b7d9e788
......@@ -17,7 +17,7 @@ class _TriggerThread(threading.Thread):
self.args = args
#self.startedEvent = threading.Event()
from gevent.event import Event
self.startedEvent = Event
self.startedEvent = Event()
threading.Thread.__init__(self)
def run(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment