diff options
author | Jesse Noller <jnoller@gmail.com> | 2009-03-31 03:37:07 (GMT) |
---|---|---|
committer | Jesse Noller <jnoller@gmail.com> | 2009-03-31 03:37:07 (GMT) |
commit | 14f3ae2723e6b901906022bd34e012b27a27df07 (patch) | |
tree | 81e9c2c89919ac2ec152f117f05ce0c844c496b7 /Lib/multiprocessing | |
parent | f8d00855109d98d364882d46b2060a46af6456c3 (diff) | |
download | cpython-14f3ae2723e6b901906022bd34e012b27a27df07.zip cpython-14f3ae2723e6b901906022bd34e012b27a27df07.tar.gz cpython-14f3ae2723e6b901906022bd34e012b27a27df07.tar.bz2 |
merge 70792 to py3k
Diffstat (limited to 'Lib/multiprocessing')
-rw-r--r-- | Lib/multiprocessing/queues.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/multiprocessing/queues.py b/Lib/multiprocessing/queues.py index dce3aa6..a3393d4 100644 --- a/Lib/multiprocessing/queues.py +++ b/Lib/multiprocessing/queues.py @@ -6,7 +6,7 @@ # Copyright (c) 2006-2008, R Oudkerk --- see COPYING.txt # -__all__ = ['Queue', 'SimpleQueue'] +__all__ = ['Queue', 'SimpleQueue', 'JoinableQueue'] import sys import os |