diff options
author | Raymond Hettinger <python@rcn.com> | 2003-07-01 05:49:02 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-07-01 05:49:02 (GMT) |
commit | cc0a664669883bef4a6c85404f950906912e9208 (patch) | |
tree | da1442587702af5b8ff3bf1a1d1c1e5e72803cc1 | |
parent | b42bb5a88a646433d81461ebfe94db7cec57b585 (diff) | |
download | cpython-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__.py | 1 |
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") |