summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-07-01 05:49:02 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-07-01 05:49:02 (GMT)
commitcc0a664669883bef4a6c85404f950906912e9208 (patch)
treeda1442587702af5b8ff3bf1a1d1c1e5e72803cc1
parentb42bb5a88a646433d81461ebfe94db7cec57b585 (diff)
downloadcpython-cc0a664669883bef4a6c85404f950906912e9208.zip
cpython-cc0a664669883bef4a6c85404f950906912e9208.tar.gz
cpython-cc0a664669883bef4a6c85404f950906912e9208.tar.bz2
Test Brett's addition of __all__ to Queue.
-rw-r--r--Lib/test/test___all__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py
index 21e68c3..8e2fd46 100644
--- a/Lib/test/test___all__.py
+++ b/Lib/test/test___all__.py
@@ -59,6 +59,7 @@ class AllTest(unittest.TestCase):
self.check_all("ConfigParser")
self.check_all("Cookie")
self.check_all("MimeWriter")
+ self.check_all("Queue")
self.check_all("SimpleHTTPServer")
self.check_all("SocketServer")
self.check_all("StringIO")