Commit 993bf9e4 authored by Jason Madden's avatar Jason Madden

Merge branch 'fix-dummy-semaphore-acquire' of https://github.com/mouadino/gevent into pr544

parents 301d2b03 a9036b48
...@@ -32,7 +32,7 @@ class DummySemaphore(object): ...@@ -32,7 +32,7 @@ class DummySemaphore(object):
pass pass
def acquire(self, blocking=True, timeout=None): def acquire(self, blocking=True, timeout=None):
pass return True
def __enter__(self): def __enter__(self):
pass pass
......
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