Commit 43a64131 authored by Raymond Hettinger's avatar Raymond Hettinger

Test Brett's addition of __all__ to Queue.

parent 99d6e3fd
......@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment