merge 70792 to 26 maint

This commit is contained in:
Jesse Noller 2009-03-31 03:35:12 +00:00
parent f0d21c751b
commit 61e9b35e91
1 changed files with 1 additions and 1 deletions

View File

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