locking: Make parameter to condition's wait() positional
authorMichael Hanselmann <hansmi@google.com>
Fri, 6 May 2011 12:46:29 +0000 (14:46 +0200)
committerMichael Hanselmann <hansmi@google.com>
Mon, 9 May 2011 15:33:46 +0000 (17:33 +0200)
commit83f2d5f6faf26a45f85d566a9043a628f881a3cf
tree1e60765161ced2c865e591e772044b7a3f4cb187
parent113359fe7c388453609c6816e75c548095cd87b8
locking: Make parameter to condition's wait() positional

It is always used in the locking code. Unittests are updated.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
lib/locking.py
test/ganeti.locking_unittest.py