mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
add JoinableQueue to __all__
This commit is contained in:
parent
42827e91ee
commit
b2898e0acb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue