[Neo-report] r1774 vincent - /trunk/neo/locking.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 16 16:32:40 CET 2010


Author: vincent
Date: Tue Feb 16 16:32:29 2010
New Revision: 1774

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

Modified:
    trunk/neo/locking.py

Modified: trunk/neo/locking.py
==============================================================================
--- trunk/neo/locking.py [iso-8859-1] (original)
+++ trunk/neo/locking.py [iso-8859-1] Tue Feb 16 16:32:29 2010
@@ -21,7 +21,7 @@
   classes).
 """
 
-__all__ = ['Lock', 'RLock']
+__all__ = ['Lock', 'RLock', 'Queue', 'Empty']
 
 VERBOSE_LOCKING = False
 





More information about the Neo-report mailing list