oops, leftover typo
This commit is contained in:
parent
f5739912f4
commit
779d246bad
|
|
@ -244,7 +244,7 @@ class Condition(pm.ConditionVarFull):
|
|||
pm.ConditionVarFull.wait(self, timeout)
|
||||
|
||||
def notifyAll(self):
|
||||
self.__cvar.notifyAll()
|
||||
pm.ConditionVarFull.notifyAll(self)
|
||||
|
||||
notify_all = notifyAll
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue