Test Brett's addition of __all__ to Queue.

This commit is contained in:
Raymond Hettinger 2003-07-01 05:49:02 +00:00
parent b42bb5a88a
commit cc0a664669

View file

@ -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")