Skip to content

Commit 1763801

Browse files
authored
Merge pull request renpy#24 from Tey/Tey-patch-1
Fix threading.Condition constructor
2 parents a3b66f3 + 2e483c7 commit 1763801

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

patches/pystub/threading.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
class Condition():
2+
def __init__(self, lock=None): pass
3+
24
def __enter__(self): pass
35

46
def __exit__(self, _type, value, traceback): pass

0 commit comments

Comments
 (0)