summaryrefslogtreecommitdiff
path: root/Lib/Queue.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/Queue.py')
-rw-r--r--Lib/Queue.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/Queue.py b/Lib/Queue.py
index 050a966040..0e6bbf055a 100644
--- a/Lib/Queue.py
+++ b/Lib/Queue.py
@@ -1,7 +1,5 @@
"""A multi-producer, multi-consumer queue."""
-__all__ = ["Queue","Empty","Full"]
-
class Empty(Exception):
"Exception raised by Queue.get(block=0)/get_nowait()."
pass