mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
merge 70792 to py3k
This commit is contained in:
parent
f8d0085510
commit
14f3ae2723
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
# Copyright (c) 2006-2008, R Oudkerk --- see COPYING.txt
|
||||
#
|
||||
|
||||
__all__ = ['Queue', 'SimpleQueue']
|
||||
__all__ = ['Queue', 'SimpleQueue', 'JoinableQueue']
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue