Commit 49781cbb authored by Vincent Pelletier's avatar Vincent Pelletier

Update locking's "__all__" (forgotten in r1757).

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1774 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 0e516a29
......@@ -21,7 +21,7 @@ from Queue import Empty
classes).
"""
__all__ = ['Lock', 'RLock']
__all__ = ['Lock', 'RLock', 'Queue', 'Empty']
VERBOSE_LOCKING = False
......
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