merge 70792 to py3k

This commit is contained in:
Jesse Noller 2009-03-31 03:37:07 +00:00
parent f8d0085510
commit 14f3ae2723
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# Copyright (c) 2006-2008, R Oudkerk --- see COPYING.txt
#
__all__ = ['Queue', 'SimpleQueue']
__all__ = ['Queue', 'SimpleQueue', 'JoinableQueue']
import sys
import os