add JoinableQueue to __all__

This commit is contained in:
Jesse Noller 2009-03-31 03:31:16 +00:00
parent 42827e91ee
commit b2898e0acb

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